-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 870 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
44
45
{
"name": "metrosp-status-cli",
"version": "1.1.0",
"description": "A real-time CLI for MetroSP status",
"main": "index.js",
"repository": "git@github.com:bukinoshita/metrosp-status-cli.git",
"author": "Bu Kinoshita <bukinoshita@gmail.com>",
"license": "MIT",
"bin": {
"metrosp": "index.js"
},
"keywords": [
"metrosp",
"metro",
"sp",
"brasil",
"public",
"transport",
"cptm",
"gov",
"status",
"real-time"
],
"scripts": {
"test": "xo"
},
"dependencies": {
"chalk": "^3.0.0",
"figures": "^3.0.0",
"last-tweet": "^0.0.2",
"meow": "^6.0.0",
"metrosp-status": "^0.0.1",
"shout-message": "^0.0.3",
"update-notifier": "^4.0.0"
},
"devDependencies": {
"eslint-config-prettier": "6.9.0",
"xo": "0.18.2"
},
"xo": {
"extends": [
"prettier"
]
}
}