-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.06 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
{
"name": "dwebx-doctor",
"version": "1.0.0",
"description": "Health check CLI for the legacy dWeb network.",
"main": "index.js",
"scripts": {
"test": "standard && npm run test-deps",
"test-deps": "dependency-check . && dependency-check . --extra --no-dev"
},
"bin": {
"dwebx-doctor": "cli.js"
},
"author": "Peeps Labs <peepslabs.gmail.com>",
"license": "BSD-3-Clause",
"repository": "https://github.com/distributedweb/dwebx-doctor.git",
"dependencies": {
"chalk": "^2.3.2",
"dwebx-config": "git://github.com/DistributedWeb/dwebx-config.git#f39be9245f9814b757bdeceed794f449a74a56bc",
"debug": "^4.1.1",
"discovery-swarm": "^5.1.2",
"dweb-dns-discovery": "git://github.com/DistributedWeb/dweb-dns-discovery.git#13a0cc8e31f0d0d9fcb5d789ab3f3f0af51678a7",
"menu-string": "^1.2.0",
"minimist": "^1.2.0",
"neat-log": "^3.1.0",
"neat-tasks": "^1.0.0",
"pump": "^3.0.0",
"thunky": "^1.0.1",
"utp-native": "^2.1.3"
},
"devDependencies": {
"dependency-check": "^3.3.0",
"standard": "^12.0.1"
}
}