-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.29 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
{
"private": true,
"name": "bvg-rest",
"description": "An HTTP API for Berlin & Brandenburg public transport.",
"version": "6.0.2",
"type": "module",
"main": "index.js",
"keywords": [
"public",
"transport",
"api",
"bvg",
"berlin",
"http",
"rest"
],
"author": "Jannis R <[email protected]>",
"homepage": "https://github.com/derhuerst/bvg-rest/tree/5",
"repository": "derhuerst/bvg-rest",
"bugs": "https://github.com/derhuerst/bvg-rest/issues",
"license": "ISC",
"engines": {
"node": ">=18"
},
"dependencies": {
"bvg-hafas": "^4.0.0",
"cached-hafas-client": "^5.0.1",
"cli-native": "^1.0.0",
"hafas-client-health-check": "^2.1.1",
"hafas-rest-api": "^5.1.0",
"ioredis": "^5.0.3",
"serve-static": "^1.14.1",
"vbb-stations": "^8.3.1",
"vbb-stations-autocomplete": "^4.5.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.1",
"eslint": "^8.28.0",
"get-port": "^6.1.2",
"pino-pretty": "^9.1.1",
"tap-min": "^3.0.0",
"tape": "^5.6.1"
},
"goatCounterUrl": "https://c5358ff40a3f8be74001.goatcounter.com/count"
}