-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.04 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.04 KB
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": "honeycomb-cli",
"version": "0.4.7",
"description": "honeycomb command line tools",
"bin": {
"honeycomb": "./bin/honeycomb",
"hc": "./bin/honeycomb"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx --ignore-path .gitignore .",
"test": "mocha ./test/*"
},
"preferGlobal": true,
"dependencies": {
"api-annotation": "^1.0.2",
"chalk": "~2.1.0",
"commander": "~2.11.0",
"esminify": "4.0.5",
"filewatcher": "^3.0.1",
"fs-extra": "^6.0.1",
"ip": "~1.1.5",
"litelog": "^2.0.7",
"lodash": "~4.17.4",
"npm": "^6.3.0",
"opn": "5.2.0",
"randomatic": "^3.0.0",
"request": "~2.81.0",
"tar": "^4.4.4",
"xfs": "^0.2.3"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"coffee": "^5.4.0",
"eslint": "^5.2.0",
"eslint-config-aliyun": "^2.0.2",
"eslint-plugin-react": "^7.10.0",
"mm": "^3.2.0",
"mocha": "^8.2.1"
},
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": ">= 8.0.0"
},
"keywords": []
}