Files
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

25 lines
571 B
JSON

{
"version": "4.0.0-beta.4",
"name": "ontime-types",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"private": true,
"description": "shared typings for ontime",
"scripts": {
"lint": "eslint . --quiet",
"typecheck": "tsc --noEmit",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"eslint": "catalog:",
"typescript": "catalog:",
"ts-essentials": "catalog:"
}
}