Files
ontime/packages/utils/package.json
T
Alex Christoffer Rasmussen fc7ed6bd20 clean turbo config and cache github actions (#1805)
* refactor: turbo scripts

refactor dev and build scripts

remove cleanup

* fix e2e script

* cache playwright

* cache pnpm

* fix docker env in vite

* fixup! refactor: turbo scripts

* chore: add comment
2025-10-07 12:32:12 +02:00

30 lines
752 B
JSON

{
"name": "ontime-utils",
"type": "module",
"exports": "./index.ts",
"private": true,
"description": "shared logic for ontime",
"scripts": {
"lint": "eslint . --quiet",
"test": "vitest",
"test:pipeline": "vitest run"
},
"dependencies": {
"deepmerge-ts": "^7.0.3",
"nanoid": "^5.0.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-prettier": "catalog:",
"eslint-plugin-simple-import-sort": "^8.0.0",
"ontime-types": "workspace:*",
"prettier": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"sideEffects": false
}