-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "@marinade.finance/validator-bonds-cli",
"version": "2.0.4",
"description": "CLI of the validator bonds contract",
"repository": {
"type": "git",
"url": "[email protected]:marinade-finance/validator-bonds.git"
},
"publishConfig": {
"access": "public"
},
"bin": {
"validator-bonds": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"src",
"README.md"
],
"main": "src/index",
"dependencies": {
"@marinade.finance/validator-bonds-sdk": " workspace: ^2.0.4",
"@coral-xyz/anchor": "^0.29.0",
"@marinade.finance/anchor-common": "^2.4.9",
"@marinade.finance/cli-common": "^2.4.9",
"@marinade.finance/ledger-utils": "^3.0.1",
"@marinade.finance/ts-common": "^2.4.9",
"@marinade.finance/web3js-common": "^2.4.9",
"@solana/web3.js": "^1.93.0",
"bn.js": "^5.2.1",
"commander": "^11.1.0",
"jsbi": "^4.3.0",
"pino": "^8.21.0",
"pino-pretty": "^11.2.1",
"solana-spl-token-modern": "npm:@solana/spl-token@^0.3.11",
"yaml": "^2.4.5"
},
"devDependencies": {
"@marinade.finance/jest-utils": "^2.4.9"
},
"engines": {
"node": ">=16"
}
}