@tmlmobilidade/utils
Version:
This package provides a collection of common utility functions used across projects within the organization.
71 lines (70 loc) • 1.79 kB
JSON
{
"name": "@tmlmobilidade/utils",
"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",
"build:types": "npx tsx scripts/build-types.ts && npx rimraf ./dist && npx tsup --config tsup-types.config.ts",
"clean": "sh cleanup.sh",
"docker:local": "docker compose -f docker/local/compose.local.yaml up -d",
"docker:local-down": "docker compose -f docker/local/compose.local.yaml down",
"lint": "eslint && tsc --noEmit",
"lint:fix": "eslint --fix",
"test": "jest",
"test:prod": "jest --silent --coverage",
"test:watch": "jest --watch"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"dependencies": {
"@tmlmobilidade/lib": "*",
"@types/papaparse": "^5.3.16",
"extract-zip": "2.0.1",
"jszip": "^3.10.1",
"luxon": "3.6.1",
"mergekit": "3.0.6",
"papaparse": "^5.5.3",
"uuid": "11.1.0",
"zod": "3.25.63"
},
"devDependencies": {
"@carrismetropolitana/eslint": "20250418.42.41",
"@tmlmobilidade/tsconfig": "*",
"@tmlmobilidade/types": "*",
"@types/luxon": "3.6.2",
"@types/node": "24.0.1",
"resolve-tspaths": "0.8.23",
"rimraf": "6.0.1",
"turbo": "2.5.4",
"typescript": "5.8.3"
}
}