forked from panda-suite/pandacash-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 856 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
{
"name": "pandacash-cli",
"version": "0.1.0",
"description": "The vision of Panda Cash is to make Bitcoin Cash easily accessible to every developer.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"node:build": "docker build -t pandacash .",
"postinstall": "npm run node:build"
},
"bin": {
"pandacash-cli": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panda-cash/panda-cash.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/panda-cash/panda-cash/issues"
},
"homepage": "https://github.com/panda-cash/panda-cash#readme",
"dependencies": {
"bitbox-sdk": "^2.1.1",
"chalk": "^2.4.1",
"clear": "^0.1.0",
"figlet": "^1.2.1",
"rest.bitcoin.com": "git+https://github.com/Bitcoin-com/rest.bitcoin.com.git"
}
}