Files
ontime/apps/resolver/package.json
T
Alex Christoffer Rasmussen 27a35fe555 fix: type resolver package (#2199)
* fix: package file definition

* bump version to 4.13.1
2026-09-14 20:40:47 +02:00

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"
]
}