@tmlmobilidade/types
Version:
This package provides shared Zod validation schemas and their corresponding TypeScript types for use across projects. All types are automatically inferred from the schemas to ensure full type safety and reduce maintenance overhead.
56 lines (55 loc) • 1.22 kB
JSON
{
"name": "@tmlmobilidade/types",
"version": "20250827.49.41",
"author": "João de Vasconcelos & Jusi Monteiro",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/tmlmobilidade/services#readme",
"bugs": {
"url": "https://github.com/tmlmobilidade/services/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmlmobilidade/services.git"
},
"keywords": [
"public transit",
"tml",
"transportes metropolitanos de lisboa",
"services"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"dist/"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "rimraf ./dist && tsc && resolve-tspaths",
"lint": "eslint && tsc --noEmit",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@types/geojson": "7946.0.16",
"geojson": "0.5.0",
"gtfs-types": "5.1.0",
"luxon": "3.7.1",
"zod": "3.25.76"
},
"devDependencies": {
"@carrismetropolitana/eslint": "20250622.1204.50",
"@tmlmobilidade/tsconfig": "*",
"@types/luxon": "3.7.1",
"@types/node": "24.3.0",
"resolve-tspaths": "0.8.23",
"rimraf": "6.0.1",
"turbo": "2.5.6",
"typescript": "5.9.2"
}
}