-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.25 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
49
50
51
52
53
54
55
56
{
"name": "nacd",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "mocha test/*.test.js test/**/*.test.js",
"test:e2e": "mocha e2e-test",
"cov": "nyc mocha",
"lint": "eslint .",
"cloc": "cloc lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nacd/nacd.git"
},
"engines": {
"node": ">=10.0.0"
},
"author": "",
"license": "ISC",
"bin": {
"nacd": "./lib/cli/cli.js"
},
"bugs": {
"url": "https://github.com/nacd/nacd/issues"
},
"homepage": "https://github.com/nacd/nacd#readme",
"dependencies": {
"compare-versions": "^3.5.1",
"foreground-child": "^2.0.0",
"fs-extra": "8.1.0",
"glob": "^7.1.6",
"graphviz": "0.0.9",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"random": "^2.1.1",
"spawn-wrap": "^1.4.3",
"stack-utils": "^2.0.2",
"stacktracey": "^1.2.122",
"yargs": "^15.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"get-urls": "^9.2.0",
"github-api": "^3.3.0",
"mocha": "^6.2.2",
"node-expat": "^2.3.18",
"nyc": "^14.1.1",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"request-promise-native": "^1.0.8",
"shelljs": "^0.8.3",
"unzip2": "^0.2.5"
}
}