mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
30 lines
617 B
JSON
30 lines
617 B
JSON
{
|
|
"name": "@getontime/resolver",
|
|
"version": "4.8.0",
|
|
"type": "module",
|
|
"repository": "https://github.com/cpvalente/ontime",
|
|
"types": "./dist/main.d.ts",
|
|
"main": "./dist/main.js",
|
|
"description": "shared typings for ontime",
|
|
"scripts": {
|
|
"lint": "oxlint --quiet --type-aware",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsdown"
|
|
},
|
|
"keywords": [
|
|
"ontime",
|
|
"resolver",
|
|
"parser"
|
|
],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"ontime-types": "workspace:^4.2.1",
|
|
"tsdown": "^0.21.5",
|
|
"typescript": "catalog:"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|