{
	"name": "@tmlmobilidade/controllers",
	"version": "20260922.1543.51",
	"author": {
		"email": "iso@tmlmobilidade.pt",
		"name": "TML-ISO"
	},
	"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"
	],
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"scripts": {
		"build": "tsc && resolve-tspaths",
		"lint": "eslint && tsc --noEmit",
		"lint:fix": "eslint --fix",
		"watch": "tsc-watch --onSuccess 'resolve-tspaths'"
	},
	"dependencies": {
		"@tmlmobilidade/consts": "*",
		"@tmlmobilidade/go-clients-fastify": "*",
		"@tmlmobilidade/go-interfaces-godb": "*",
		"@tmlmobilidade/go-providers-storage": "*",
		"@tmlmobilidade/go-types-downloads": "*",
		"@tmlmobilidade/go-utils-telemetry": "*"
	},
	"devDependencies": {
		"@tmlmobilidade/go-utils-tsconfig": "*",
		"@types/node": "26.4.0",
		"@types/ws": "8.18.1",
		"resolve-tspaths": "0.8.23",
		"tsc-watch": "7.2.1",
		"typescript": "6.0.3"
	}
}
