forked from juliuste/bahn.guru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.63 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
68
69
{
"name": "bahn.guru",
"version": "0.17.0",
"description": "DB Preiskalender",
"keywords": [
"DB",
"allemand",
"bahn",
"calendar",
"deutsch",
"fare",
"german",
"hafas",
"kalender",
"preis",
"preise",
"preiskalender",
"prices",
"railway",
"sparpreis",
"train"
],
"homepage": "https://bahn.guru",
"bugs": "https://github.com/juliuste/bahn.guru/issues",
"repository": "juliuste/bahn.guru",
"license": "ISC",
"author": "Julius Tens <[email protected]>",
"scripts": {
"build": "./scripts/build",
"check-deps": "depcheck . --ignore-dirs=bundle --ignores=browserify",
"fix": "eslint --ignore-pattern /node_modules/ --ignore-pattern /assets/scripts/bundle/ --fix .",
"lint": "eslint --ignore-pattern /node_modules/ --ignore-pattern /assets/scripts/bundle/ .",
"test": "npm run lint && npm run check-deps"
},
"dependencies": {
"apicache": "^1.4.0",
"compression": "^1.7.4",
"db-hafas": "^3.0.1",
"db-prices": "^3.0.1",
"express": "^4.17.1",
"fetch-ponyfill": "^6.1.0",
"flix": "^4.0.2",
"horsey": "^4.2.2",
"js-beautify": "^1.10.0",
"lodash": "^4.17.11",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.25",
"morgan": "^1.9.1",
"ms": "^2.1.2",
"p-queue": "^6.0.2",
"p-retry": "^4.1.0",
"p-timeout": "^3.1.0",
"pithy": "0.0.4",
"shorthash": "0.0.2"
},
"devDependencies": {
"browserify": "^16.2.3",
"depcheck": "^0.8.1",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
},
"engines": {
"node": ">=8"
}
}