mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-16 19:43:06 +00:00
27a35fe555
* fix: package file definition * bump version to 4.13.1
30 lines
604 B
JSON
30 lines
604 B
JSON
{
|
|
"name": "@getontime/resolver",
|
|
"version": "4.13.1",
|
|
"type": "module",
|
|
"repository": "https://github.com/cpvalente/ontime",
|
|
"types": "./dist/main.d.mts",
|
|
"main": "./dist/main.mjs",
|
|
"description": "shared typings for ontime",
|
|
"scripts": {
|
|
"lint": "oxlint --quiet --type-aware",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsdown"
|
|
},
|
|
"keywords": [
|
|
"ontime",
|
|
"resolver",
|
|
"parser"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"ontime-types": "workspace:",
|
|
"tsdown": "^0.22.4",
|
|
"typescript": "catalog:"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|