{
    "name": "@golemio/parkings",
    "version": "1.25.2",
    "description": "Golemio Parkings 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'",
        "prepare-db": "golemio import-db-data --postgres",
        "test:only": "cross-env NODE_ENV=test mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register -r dotenv/config --file 'test/setup.ts' 'test/**/*.test.ts'",
        "test": "run-s prepare-db test:only",
        "test-debug": "run-s 'test -- --inspect-brk=9230'",
        "coverage:only": "nyc --reporter=text --reporter=lcov npm run test:only -- -r source-map-support/register",
        "code-coverage": "run-s prepare-db coverage:only",
        "apidocs-test": "npm run apidocs-test-input && 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",
        "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",
        "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/parkings"
    },
    "engines": {
        "node": ">=22.0.0",
        "npm": ">=10.0.0"
    },
    "devDependencies": {
        "@apideck/portman": "^1.26.5",
        "@commitlint/cli": "^19.3.0",
        "@commitlint/config-conventional": "^11.0.0",
        "@golemio/cli": "1.11.2",
        "@golemio/core": "3.0.6",
        "@golemio/db-common": "1.2.2",
        "@golemio/eslint-config": "1.1.3",
        "@types/body-parser": "^1.19.5",
        "@types/chai": "^5.2.3",
        "@types/chai-as-promised": "^8.0.2",
        "@types/mocha": "^10.0.10",
        "@types/node": "^22.19.8",
        "@types/sinon": "^21.0.0",
        "@types/supertest": "^6.0.3",
        "@types/terraformer__wkt": "^2.0.0",
        "body-parser": "^1.19.0",
        "body-parser-xml": "^2.0.0",
        "chai": "^6.2.2",
        "chai-as-promised": "^8.0.2",
        "cross-env": "^7.0.3",
        "dotenv": "^8.2.0",
        "eslint": "^8.1.1",
        "husky": "^4.3.7",
        "mocha": "^11.7.5",
        "npm-run-all": "^4.1.5",
        "nyc": "^15.1.0",
        "prettier": "^2.5.1",
        "pretty-quick": "^3.1.0",
        "rimraf": "^3.0.2",
        "sinon": "^21.0.1",
        "source-map-support": "0.5.21",
        "supertest": "^7.1.4",
        "ts-node": "^10.9.1",
        "ts-patch": "3.0.0-beta3",
        "tsconfig-paths": "^4.2.0",
        "ttypescript": "^1.5.15",
        "typedoc": "^0.24.8",
        "typescript": "5.1.3",
        "typescript-transform-paths": "^3.4.6"
    },
    "peerDependencies": {
        "@golemio/core": ">=1.9.9"
    },
    "dependencies": {
        "@terraformer/wkt": "^2.2.0",
        "@turf/turf": "^6.5.0",
        "JSONStream": "^1.3.5",
        "uuid-by-string": "^3.0.2"
    }
}
