-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
{
"name": "link.bahn.guru",
"version": "0.0.0",
"private": true,
"description": "Direct links to bahn.de",
"keywords": [
"bahn",
"guru",
"bahn.guru",
"german",
"railways",
"deutsche",
"link",
"db"
],
"homepage": "https://github.com/juliuste/link.bahn.guru",
"bugs": "https://github.com/juliuste/link.bahn.guru/issues",
"repository": "juliuste/link.bahn.guru",
"license": "ISC",
"author": "Julius Tens <[email protected]>",
"main": "./index.js",
"scripts": {
"check-deps": "depcheck",
"lint": "eslint src",
"fix": "npm run lint -- --fix",
"start": "node src/index",
"test": "npm run lint && npm run check-deps"
},
"dependencies": {
"compression": "^1.7.4",
"corser": "^2.0.1",
"express": "^4.18.2",
"express-robots-txt": "^0.5.0",
"generate-db-shop-urls": "^4.0.0",
"luxon": "^1.28.1"
},
"devDependencies": {
"depcheck": "^1.4.6",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1"
},
"engines": {
"node": ">=14"
}
}