mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-04 23:18:01 +00:00
fc7ed6bd20
* 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
25 lines
571 B
JSON
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:"
|
|
}
|
|
}
|