-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
{
"name": "@planczero/nodecli",
"version": "1.0.0",
"description": "Learning",
"bin": {
"ncli": "./bin/ncli.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "nyc mocha --recursive"
},
"author": "",
"license": "ISC",
"dependencies": {
"JSONStream": "^1.3.3",
"axios": "^0.18.0",
"chalk": "^2.4.1",
"commander": "^2.16.0",
"configstore": "^3.1.2",
"from2-array": "0.0.4",
"keytar-prebuild": "^4.1.1",
"oauth-1.0a": "^2.2.4",
"opn": "^5.3.0",
"parallel-transform": "^1.1.0",
"promise-streams": "^2.1.1",
"split2": "^2.2.0",
"stream-mock": "^1.2.0",
"through2": "^2.0.3",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-mocha": "^5.1.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"fs-extra": "^6.0.1",
"inquirer": "^6.0.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"prettier-eslint": "^8.8.2",
"sinon": "^6.1.3"
}
}