-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 884 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": "walltime-cli",
"version": "1.3.0",
"description": "Walltime API CLI Interface",
"main": "walltime",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walltime/walltime-cli.git"
},
"keywords": [
"walltime"
],
"author": "Walltime",
"license": "MIT",
"bugs": {
"url": "https://github.com/walltime/walltime-cli/issues"
},
"homepage": "https://github.com/walltime/walltime-cli#readme",
"dependencies": {
"axios": "^1.6.0",
"bip38": "^2.0.2",
"bitcoinjs-lib": "^5.1.7",
"bitcoinjs-message": "^2.1.0",
"colors": "^1.3.0",
"commander": "^2.16.0",
"easy-encryption": "^0.1.1",
"node-localstorage": "^1.3.1",
"num2fraction": "^1.2.2",
"validator": "^13.7.0"
},
"bin": {
"walltime": "./walltime"
}
}