UNPKG

@golemio/pid

Version:
88 lines (87 loc) 3.66 kB
{ "name": "@golemio/pid", "version": "3.12.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", "pretest": "golemio import-db-data && run-s \"refresh-precomputed-tables\"", "test": "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-debug": "run-s 'test -- --inspect-brk=9230'", "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", "code-coverage": "nyc run-s 'test -- -r source-map-support/register'", "generate-docs": "typedoc --out docs/typedoc src", "lint": "eslint --cache \"{src,test}/**/*.ts\"" }, "keywords": [ "golemio" ], "author": "Operator ICT, a.s.", "license": "MIT", "repository": { "type": "git", "url": "https://gitlab.com/operator-ict/golemio/code/modules/pid" }, "engines": { "node": ">=20.0.0", "npm": ">=8.0.0" }, "devDependencies": { "@apideck/portman": "^1.26.5", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@golemio/cli": "1.9.2", "@golemio/core": "1.20.4", "@golemio/db-common": "1.1.4", "@golemio/eslint-config": "1.1.2", "@types/amqplib": "^0.5.17", "@types/chai": "4.2.3", "@types/chai-as-promised": "7.1.2", "@types/mocha": "^9.1.1", "@types/node": "^20.12.7", "@types/pg-copy-streams": "^1.2.1", "@types/sinon": "^9.0.10", "@types/supertest": "^2.0.10", "body-parser": "^1.19.0", "body-parser-xml": "^2.0.0", "chai": "4.2.0", "chai-as-promised": "7.1.1", "cross-env": "^7.0.3", "dotenv": "^8.2.0", "eslint": "^8.1.1", "husky": "^4.3.7", "mocha": "^10.0.0", "npm-run-all": "^4.1.5", "nyc": "^15.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.1", "ts-patch": "3.0.0-beta3", "tsconfig-paths": "^4.2.0", "typedoc": "^0.24.8", "typescript": "5.1.3", "typescript-transform-paths": "^3.4.6" }, "peerDependencies": { "@golemio/core": ">=1.16.0-rc.1551191551" }, "dependencies": { "@golemio/ovapi-gtfs-realtime-bindings": "1.2.3", "@turf/turf": "^6.5.0", "cheap-ruler": "^3.0.2", "csv-parser": "^3.0.0", "csv-stringify": "^5.6.2", "html-entities": "^2.3.3", "pg-copy-streams": "^5.1.1" } }