Files
ontime/apps/resolver/package.json
T
Alex Christoffer Rasmussen c7d8b137ca chore: tooling (#2040)
* chore: only run release action if we have a tag

* chore: typescript 6 is out of beta

* chore: update flaky test

* chore: update pnpm

* chore: update playwright and node types

* chore: migrate tsup to tsdown

* chore: update node to node 22.22.2(LTS)

* chore: fix lockfile

---------

Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain>
2026-03-27 19:31:41 +01:00

30 lines
617 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",
"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"
]
}