-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 941 Bytes
/
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
{
"name": "vbb-lines-at",
"description": "Which lines run at a VBB station?",
"version": "5.4.0",
"main": "index.js",
"files": [
"index.js",
"data.json",
"data.md",
"vbb-logo.jpg"
],
"keywords": [
"vbb",
"lines",
"lines",
"transfer"
],
"author": "Jannis R <[email protected]>",
"homepage": "https://github.com/derhuerst/vbb-lines-at",
"repository": "derhuerst/vbb-lines-at",
"bugs": "https://github.com/derhuerst/vbb-lines/issues-at",
"license": "ISC",
"engines": {
"node": ">=16"
},
"devDependencies": {
"eslint": "^8.8.0",
"lodash.pick": "^4.4.0",
"stream-sink": "^2.0.0",
"through2": "^4.0.2",
"vbb-lines": "^5.0.0",
"vbb-mode-weights": "^0.2.0",
"vbb-parse-line": "^1.0.0",
"vbb-stations": "^8.0.0",
"vbb-trips": "^4.0.0"
},
"scripts": {
"lint": "eslint .",
"build": "node convert.js",
"test": "node test.js",
"prepublishOnly": "npm run lint && npm run build && npm test"
}
}