{
  "name": "@tmlmobilidade/generate-offer-files",
  "description": "A CLI tool to generate legacy offer files for TML Mobilidade.",
  "version": "20260807.1006.48",
  "author": {
    "email": "iso@tmlmobilidade.pt",
    "name": "TML-ISO"
  },
  "license": "AGPL-3.0-or-later",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "bin": {
    "generate-offer-files": "dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc && resolve-tspaths",
    "dev": "tsx watch src/index.ts",
    "lint": "eslint . --fix && tsc --noEmit",
    "lint:fix": "eslint ./src --fix",
    "start": "tsc && resolve-tspaths && node dist/index.js"
  },
  "dependencies": {
    "@tmlmobilidade/consts": "20260805.2219.22",
    "@tmlmobilidade/dates": "20260805.2219.22",
    "@tmlmobilidade/geo": "20260805.2219.22",
    "@tmlmobilidade/go-types-shared": "20260805.2219.22",
    "@tmlmobilidade/logger": "20260805.2219.22",
    "@tmlmobilidade/timer": "20260805.2219.22",
    "@tmlmobilidade/writers": "20260805.2219.22",
    "commander": "15.0.0",
    "csv-parse": "7.0.1",
    "extract-zip": "2.0.1"
  },
  "devDependencies": {
    "@tmlmobilidade/tsconfig": "20260805.2219.22",
    "@tmlmobilidade/types": "20260805.2219.22",
    "@types/node": "26.1.2",
    "resolve-tspaths": "0.8.23",
    "tsx": "4.23.10",
    "typescript": "6.0.3"
  }
}
