-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 841 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 841 Bytes
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": "blessnet",
"version": "1.1.2",
"description": "The CLI tool for interacting with blessnet",
"main": "index.js",
"bin": {
"blessnet": "./index.js"
},
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"@blockless/sdk-ts": "^1.0.2",
"@coral-xyz/anchor": "0.30.1",
"@iarna/toml": "^2.2.5",
"@solana/web3.js": "1.98.0",
"assert": "^2.1.0",
"bls-stake-cli": "^0.1.8",
"chalk": "^4.0.0",
"cli-box": "^6.0.10",
"commander": "12.1.0",
"express": "^4.21.2",
"follow-redirects": "^1.15.9",
"mocha": "^11.0.1",
"ora": "^7.0.0",
"readline-sync": "^1.4.10",
"simple-git": "^3.27.0",
"sinon": "^19.0.2",
"temp-dir": "^3.0.0",
"unique-names-generator": "^4.7.1"
},
"engines": {
"node": ">=18.18.0"
}
}