-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 939 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
{
"name": "@creativechain-fdn/creary-tools",
"version": "0.9.0",
"description": "Creary commands for blockchain",
"main": "index.js",
"bin": {
"creary": "bin/creary.js",
"crea-ex": "bin/crea-ex.js",
"crea-tx": "bin/crea-tx.js",
"crea-account": "bin/crea-account.js",
"crea-witness": "bin/crea-witness.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativechain/creary-tools.git"
},
"keywords": [
"creary",
"commands",
"blockchain",
"crea"
],
"author": "Creativechain FDN",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativechain/creary-tools/issues"
},
"homepage": "https://github.com/creativechain/creary-tools#readme",
"dependencies": {
"@creativechain-fdn/crea-js": "^0.1.8",
"async-mutex": "^0.1.4",
"commander": "^2.20.0"
}
}