UNPKG

@tmlmobilidade/lib

Version:
52 lines (51 loc) 1.13 kB
{ "name": "@tmlmobilidade/lib", "version": "20250619.107.10", "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", "clean": "sh cleanup.sh", "lint": "eslint && tsc --noEmit", "lint:fix": "eslint --fix" }, "dependencies": { "@tmlmobilidade/types": "*", "zod": "3.25.63" }, "devDependencies": { "@carrismetropolitana/eslint": "20250418.42.41", "@tmlmobilidade/tsconfig": "*", "@types/node": "24.0.1", "resolve-tspaths": "0.8.23", "rimraf": "6.0.1", "typescript": "5.8.3" } }