@tmlmobilidade/utils
Version:
A collection of utility functions and helpers for the TML Mobilidade Go monorepo, providing common functionality for batching operations, caching, HTTP requests, object manipulation, permissions, and more.
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "@tmlmobilidade/utils",
"version": "20260713.1740.11",
"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/consts": "*",
"@tmlmobilidade/dates": "*",
"@tmlmobilidade/timer": "*",
"@tmlmobilidade/types": "*",
"luxon": "3.7.2",
"mergekit": "3.0.6",
"zod": "3.25.76"
},
"devDependencies": {
"@tmlmobilidade/tsconfig": "*",
"@types/node": "26.1.0",
"resolve-tspaths": "0.8.23",
"tsc-watch": "7.2.1",
"typescript": "6.0.3"
}
}