forked from Tezsure/Tezster-CLI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.43 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "tezster",
"version": "0.2.4",
"description": "A JavaScript-based private Tezos Blockchain Dev Tool that lives entirely on your local machine.",
"main": "tezster.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"tezster": "./tezster.js"
},
"dependencies": {
"base-n": "^1.0.0",
"big-integer": "^1.6.45",
"bignumber.js": "^7.2.1",
"bip39": "^3.0.2",
"blakejs": "^1.1.0",
"bs58check": "^2.1.2",
"buffer": "^5.1.0",
"cli-progress": "^2.1.1",
"commander": "^2.20.0",
"crypto": "^1.0.1",
"docker-modem": "^2.1.0",
"dockerode": "^3.1.0",
"fs": "^0.0.1-security",
"get-random-values": "^1.2.0",
"jsonfile": "^5.0.0",
"jsonpath": "^1.0.2",
"jsonpath-plus": "^4.0.0",
"libsodium-wrappers": "^0.7.4",
"libsodium-wrappers-sumo": "^0.7.6",
"loglevel": "^1.6.4",
"moo": "^0.5.0",
"nearley": "^2.19.0",
"node-cmd": "^3.0.0",
"node-fetch": "^2.6.0",
"pbkdf2": "^3.0.17",
"request": "^2.81.0",
"winston": "^3.2.1",
"xmlhttprequest": "^1.8.0",
"zxcvbn": "^4.4.2"
},
"keywords": [
"tezster",
"tezos",
"tezsure",
"blockchain"
],
"author": "Tezsure Inc.",
"contributors": [
{
"name": "Kapil Agrawal",
"email": "kapil@tezsure.com",
"url": "https://github.com/kapiltez"
}
],
"license": "MIT",
"homepage": "https://docs.tezster.tech/tezster-cli"
}