@tmlmobilidade/types
Version:
56 lines (55 loc) • 1.25 kB
JSON
{
"name": "@tmlmobilidade/types",
"version": "20260713.2140.32",
"author": {
"email": "iso@tmlmobilidade.pt",
"name": "TML-ISO"
},
"license": "AGPL-3.0-or-later",
"homepage": "https://go.tmlmobilidade.pt",
"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": {
"@tmlmobilidade/go-types-gtfs": "*",
"@tmlmobilidade/go-types-gtfs-rt": "*",
"@tmlmobilidade/go-types-shared": "*",
"@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.2",
"@types/node": "26.1.0",
"resolve-tspaths": "0.8.23",
"tsc-watch": "7.2.1",
"typescript": "6.0.3"
}
}