-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 857 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
{
"preferGlobal": true,
"name": "vbb-cli",
"description": "A CLI for Berlin & Brandenburg public transport.",
"version": "3.0.0",
"bin": {
"vbb-dep": "./dep.js",
"vbb-journey": "./journey.js"
},
"keywords": [
"vbb",
"cli",
"berlin",
"brandenburg",
"public transport",
"fahrinfo"
],
"author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/vbb-cli",
"repository": "git://github.com/derhuerst/vbb-cli.git",
"bugs": "https://github.com/derhuerst/vbb-cli/issues",
"license": "ISC",
"engines": {
"node": ">=14"
},
"files": [
"dep.js",
"journey.js",
"lib"
],
"dependencies": {
"chalk": "^4.1.1",
"hafas-cli": "^2.0.0",
"mri": "^1.1.0",
"vbb-hafas": "^7.0.3",
"vbb-line-colors": "^1.0.0",
"vbb-util": "^0.10.2"
},
"scripts": {
"test": "./dep.js 900000009103 --when 'in 3min'"
}
}