forked from Adamant-im/adamant-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 912 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
{
"name": "adamant-console",
"version": "1.1.0",
"description": "console tools for ADAMANT.im",
"main": "index.js",
"dependencies": {
"@stablelib/utf8": "^0.10.1",
"big-integer": "^1.6.26",
"bignumber.js": "^6.0.0",
"bitcore-mnemonic": "^1.5.0",
"bytebuffer": "^5.0.1",
"chloride": "^2.2.8",
"lodash": "^4.17.5",
"popsicle": "^9.2.0",
"vorpal": "^1.12.0"
},
"bin" : {
"adm" : "./index.js"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adamant-im/adamant-console.git"
},
"author": "Dmitriy Soloduhin <[email protected]> (https://adamant.im)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Adamant-im/adamant-console/issues"
},
"homepage": "https://github.com/Adamant-im/adamant-console#readme"
}