@tmlmobilidade/types
Version:
53 lines (52 loc) • 1.14 kB
JSON
{
"name": "@tmlmobilidade/types",
"version": "20260121.1805.44",
"author": {
"email": "iso@tmlmobilidade.pt",
"name": "TML-ISO"
},
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/tmlmobilidade/go#readme",
"bugs": {
"url": "https://github.com/tmlmobilidade/go/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmlmobilidade/go.git"
},
"keywords": [
"public transit",
"tml",
"transportes metropolitanos de lisboa",
"go"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc && resolve-tspaths",
"lint": "eslint ./src/ && tsc --noEmit",
"lint:fix": "eslint ./src/ --fix",
"watch": "tsc-watch --onSuccess 'resolve-tspaths'"
},
"dependencies": {
"@types/geojson": "7946.0.16",
"gtfs-types": "5.1.0",
"luxon": "3.7.2",
"zod": "3.25.76"
},
"devDependencies": {
"@tmlmobilidade/tsconfig": "*",
"@types/luxon": "3.7.1",
"@types/node": "25.0.3",
"resolve-tspaths": "0.8.23",
"tsc-watch": "7.2.0",
"typescript": "5.9.3"
}
}