mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-02 22:18:08 +00:00
23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"name": "ontime-utils",
|
|
"type": "module",
|
|
"exports": "./index.ts",
|
|
"private": true,
|
|
"description": "shared logic for ontime",
|
|
"scripts": {
|
|
"lint": "oxlint --quiet --type-aware",
|
|
"test": "vitest",
|
|
"test:pipeline": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge-ts": "^7.1.5",
|
|
"nanoid": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ontime-types": "workspace:*",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"sideEffects": false
|
|
}
|