feat: export package to help api consumers (#1624)

This commit is contained in:
Alex Christoffer Rasmussen
2025-09-21 06:53:11 +02:00
committed by Carlos Valente
parent a5d628af0c
commit 5716fc31cf
22 changed files with 773 additions and 49 deletions
+5 -2
View File
@@ -1,4 +1,5 @@
{
"version": "4.0.0-beta.3",
"name": "ontime-types",
"type": "module",
"main": "./src/index.ts",
@@ -7,7 +8,8 @@
"description": "shared typings for ontime",
"scripts": {
"cleanup": "rm -rf .turbo && rm -rf node_modules",
"lint": "eslint . --quiet"
"lint": "eslint . --quiet",
"build": "tsc"
},
"keywords": [],
"author": "",
@@ -16,6 +18,7 @@
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"eslint": "catalog:",
"typescript": "catalog:"
"typescript": "catalog:",
"ts-essentials": "catalog:"
}
}