{
    "name": "@golemio/pid",
    "version": "5.13.0",
    "description": "Golemio PID Module",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "rimraf ./dist && tspc -p ./tsconfig.build.json",
        "build-minimal": "run-s 'build -- --sourceMap false --declaration false'",
        "build-watch": "run-s 'build -- --watch --preserveWatchOutput'",
        "refresh-precomputed-tables": "cross-env NODE_ENV='test' TZ='UTC' ts-node -r tsconfig-paths/register -r dotenv/config test/scripts/refresh-precomputed-tables.ts",
        "prepare-db": "golemio import-db-data && run-s \"refresh-precomputed-tables\"",
        "test:debug": "run-s 'test -- --inspect-brk=9230'",
        "test:only": "cross-env NODE_ENV='test' TZ='UTC' mocha --exit --check-leaks --timeout 120000 --reporter-option maxDiffSize=0 -r ts-node/register -r tsconfig-paths/register --file 'test/setup.ts' -r dotenv/config 'test/**/*.test.ts'",
        "test": "run-s prepare-db test:only",
        "apidocs-test": "npm run apidocs-test-output",
        "apidocs-test-input": "cross-env NODE_ENV=test golemio swagger api-test --oas docs/openapi-input.yaml --script test/api-docs/input-gateway/server.js --filter test/api-docs/input-gateway/portman-filter.json",
        "apidocs-test-output": "cross-env NODE_ENV=test golemio swagger api-test --oas docs/openapi-output.yaml --script test/api-docs/output-gateway/server.js --config test/api-docs/output-gateway/portman-config.json",
        "coverage:only": "nyc --reporter=text --reporter=lcov run-s 'test:only -- --reporter min -r source-map-support/register'",
        "code-coverage": "run-s prepare-db coverage:only",
        "format:check-staged": "pretty-quick --staged --pattern '**/*.ts'",
        "generate-docs": "typedoc --out docs/typedoc src",
        "lint": "eslint --cache \"{src,test}/**/*.ts\"",
        "validate-dependencies": "dependency-cruiser --config .dependency-cruiser.js src"
    },
    "keywords": [
        "golemio"
    ],
    "author": "Operator ICT, a.s.",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://gitlab.com/operator-ict/golemio/code/modules/pid"
    },
    "engines": {
        "node": ">=22.0.0",
        "npm": ">=8.0.0"
    },
    "devDependencies": {
        "@apideck/portman": "1.29.3",
        "@commitlint/cli": "^11.0.0",
        "@commitlint/config-conventional": "^11.0.0",
        "@golemio/cli": "1.11.2",
        "@golemio/core": "3.1.0",
        "@golemio/db-common": "1.2.2",
        "@golemio/eslint-config": "1.1.3",
        "@swc/core": "^1.15.10",
        "@types/chai": "4.2.3",
        "@types/chai-as-promised": "7.1.2",
        "@types/mocha": "^10.0.10",
        "@types/node": "^22.19.17",
        "@types/pg-copy-streams": "^1.2.5",
        "@types/sinon": "^9.0.10",
        "@types/supertest": "^2.0.10",
        "body-parser": "^1.20.3",
        "body-parser-xml": "^2.0.5",
        "chai": "4.2.0",
        "chai-as-promised": "7.1.1",
        "cross-env": "^7.0.3",
        "dependency-cruiser": "^17.3.3",
        "dotenv": "^8.2.0",
        "eslint": "^8.1.1",
        "husky": "^4.3.7",
        "mocha": "^11.7.5",
        "npm-run-all": "^4.1.5",
        "nyc": "^17.1.0",
        "prettier": "^2.5.1",
        "pretty-quick": "^3.1.0",
        "rimraf": "^3.0.2",
        "sinon": "^9.2.3",
        "source-map-support": "0.5.21",
        "supertest": "^6.0.1",
        "ts-node": "^10.9.2",
        "ts-patch": "^3.3.0",
        "tsconfig-paths": "^4.2.0",
        "typedoc": "0.28.19",
        "typescript": "^5.9.3",
        "typescript-transform-paths": "^3.5.5"
    },
    "peerDependencies": {
        "@golemio/core": "^3.0.7-dev.2 || ^3.1.0-dev.2 || ^3.0.0"
    },
    "dependencies": {
        "@golemio/ovapi-gtfs-realtime-bindings": "1.4.0",
        "@turf/turf": "^6.5.0",
        "cheap-ruler": "^3.0.2",
        "csv-parser": "^3.0.0",
        "csv-stringify": "^5.6.2",
        "fast-xml-builder": "^1.1.5",
        "html-entities": "^2.6.0",
        "pg-copy-streams": "^7.0.0"
    }
}
