mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
22 lines
453 B
JSON
22 lines
453 B
JSON
{
|
|
"version": "4.10.0",
|
|
"name": "ontime-types",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"private": true,
|
|
"description": "shared typings for ontime",
|
|
"scripts": {
|
|
"lint": "oxlint --quiet --type-aware",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"ts-essentials": "catalog:"
|
|
}
|
|
}
|