65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"name": "db-rest",
|
|
"description": "A clean REST API wrapping around the Deutsche Bahn API.",
|
|
"version": "6.0.5",
|
|
"type": "module",
|
|
"bin": {
|
|
"db-rest": "./index.js"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"lib",
|
|
"routes",
|
|
"api.js",
|
|
"index.js"
|
|
],
|
|
"author": "Jannis R <mail@jannisr.de>",
|
|
"homepage": "https://github.com/derhuerst/db-rest/tree/6",
|
|
"repository": "derhuerst/db-rest",
|
|
"bugs": "https://github.com/derhuerst/db-rest/issues",
|
|
"license": "ISC",
|
|
"keywords": [
|
|
"public",
|
|
"transport",
|
|
"api",
|
|
"http",
|
|
"rest",
|
|
"deutsche bahn",
|
|
"db"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"cached-hafas-client": "^5.0.1",
|
|
"cli-native": "^1.0.0",
|
|
"db-hafas": "^6.0.0",
|
|
"db-stations": "^5.0.0",
|
|
"db-stations-autocomplete": "^4.0.0",
|
|
"etag": "^1.8.1",
|
|
"hafas-client-health-check": "^2.1.1",
|
|
"hafas-rest-api": "^5.1.0",
|
|
"ioredis": "^5.0.6",
|
|
"serve-buffer": "^3.0.3",
|
|
"serve-static": "^1.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@derhuerst/technical-docs-cli": "^1.5.0",
|
|
"axios": "^1.6.1",
|
|
"eslint": "^8.12.0",
|
|
"get-port": "^6.1.2",
|
|
"ndjson": "^2.0.0",
|
|
"pino-pretty": "^9.1.1",
|
|
"tap-min": "^3.0.0",
|
|
"tape": "^5.5.2"
|
|
},
|
|
"scripts": {
|
|
"build": "REDIS_URL='' ./build/index.js",
|
|
"start": "node index.js",
|
|
"lint": "eslint .",
|
|
"test": "node test/index.js | tap-min"
|
|
},
|
|
"goatCounterUrl": "https://37462fdee48390778258.goatcounter.com/count"
|
|
}
|