mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 14:37:58 +00:00
34 lines
807 B
JSON
34 lines
807 B
JSON
{
|
|
"name": "@getontime/resolver",
|
|
"version": "4.6.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",
|
|
"prebuild": "pnpm rimraf ./dist",
|
|
"build": "tsup && pnpm rimraf ./dist/index.js",
|
|
"postbuild": "pnpm rimraf ./dist/index.d.ts"
|
|
},
|
|
"keywords": [
|
|
"ontime",
|
|
"resolver",
|
|
"parser"
|
|
],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"devDependencies": {
|
|
"@sprout2000/esbuild-copy-plugin": "^1.1.19",
|
|
"ontime-types": "workspace:^4.2.1",
|
|
"rimraf": "catalog:",
|
|
"tsup": "^8.5.0",
|
|
"typescript": "catalog:"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|