forked from solayer-labs/solayer-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 893 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
{
"name": "solayer-avs",
"scripts": {
"build": "npx tsc",
"restaking": "npx ts-node ./restaking/app.ts",
"solayerAvs": "npx ts-node ./endoavs/app.ts"
},
"license": "MIT",
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@metaplex-foundation/js": "^0.20.1",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-stake-pool": "1.1.5",
"@solana/spl-token": "^0.4.3",
"@solana/web3.js": "^1.95.2",
"bn.js": "^5.2.1",
"chalk": "^4.1.0",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"figlet": "^1.7.0",
"prompts": "^2.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^22.0.0",
"prettier": "^2.6.2",
"ts-mocha": "^10.0.0",
"tsx": "^4.16.2",
"typescript": "^5.5.4"
}
}