-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
67 lines (67 loc) · 1.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"private": true,
"name": "vbb-rest",
"description": "An HTTP API for Berlin & Brandenburg public transport.",
"version": "6.0.6",
"type": "module",
"main": "index.js",
"author": "Jannis R <[email protected]>",
"contributors": [
"Sophia Mersmann <[email protected]>"
],
"homepage": "https://github.com/derhuerst/vbb-rest/tree/6",
"repository": "derhuerst/vbb-rest",
"bugs": "https://github.com/derhuerst/vbb-rest/issues",
"license": "ISC",
"keywords": [
"public",
"transport",
"api",
"vbb",
"berlin",
"http",
"rest"
],
"engines": {
"node": ">=18"
},
"dependencies": {
"cached-hafas-client": "^5.0.1",
"cli-native": "^1.0.0",
"corser": "^2.0.1",
"etag": "^1.8.1",
"hafas-client-health-check": "^2.1.1",
"hafas-rest-api": "^5.1.0",
"ioredis": "^5.0.3",
"lodash.omit": "^4.5.0",
"nocache": "^3.0.4",
"serve-buffer": "^3.0.3",
"serve-static": "^1.14.1",
"vbb-hafas": "^8.0.1",
"vbb-lines": "^5.2.0",
"vbb-lines-at": "^5.2.0",
"vbb-shapes": "^4.0.0",
"vbb-stations": "^8.2.0",
"vbb-stations-autocomplete": "^4.4.0"
},
"optionalDependencies": {
"localaddress-agent": "^2.1.1"
},
"scripts": {
"build": "REDIS_URL='' ./build/index.js",
"start": "node index.js",
"lint": "eslint .",
"test": "node test/index.js | tap-min"
},
"devDependencies": {
"@derhuerst/technical-docs-cli": "^1.5.0",
"axios": "^1.6.7",
"eslint": "^8.28.0",
"get-port": "^6.1.2",
"ndjson": "^2.0.0",
"pino-pretty": "^9.0.0",
"tap-min": "^3.0.0",
"tape": "^5.6.1"
},
"goatCounterUrl": "https://72afc0822cce0642af90.goatcounter.com/count"
}