-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 930 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
{
"name": "dat-next",
"version": "4.0.3",
"description": "Next version of the Dat CLI client",
"bin": {
"dat-next": "cli.js"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joehand/dat-next.git"
},
"author": "Joe Hand <joe@hand.email>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joehand/dat-next/issues"
},
"homepage": "https://github.com/joehand/dat-next#readme",
"dependencies": {
"cli-truncate": "^1.0.0",
"dat-encoding": "^4.0.2",
"dat-node": "github:datproject/dat-node#hyperdb",
"dat-storage": "^1.0.0",
"debug": "^2.4.5",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"neat-log": "^2.1.0",
"prettier-bytes": "^1.0.3",
"progress-string": "^1.2.1",
"random-access-memory": "^2.3.0",
"speedometer": "^1.0.0"
},
"devDependencies": {
"standard": "^8.6.0"
}
}