-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 903 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 903 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
{
"name": "jito-restaking",
"version": "0.0.4",
"description": "Jito Restaking",
"license": "BSL-1.0",
"private": true,
"workspaces": [
"packages/restaking-sdk",
"packages/vault-sdk"
],
"dependencies": {
"@exo-tech-xyz/nodes-from-anchor": "0.21.3",
"@exo-tech-xyz/renderers": "0.21.4",
"@exo-tech-xyz/renderers-js-umi": "0.21.7",
"@exo-tech-xyz/renderers-rust": "0.21.8",
"@solana/kit": "^2.1.0",
"corepack": "^0.29.3",
"kinobi": "^0.21.1",
"yarn": "2.4.3"
},
"devDependencies": {
"tsup": "^8.3.5"
},
"scripts": {
"generate-sdks": "yarn workspace @jito-foundation/vault-sdk build && yarn workspace @jito-foundation/restaking-sdk build",
"generate-clients": "node scripts/generate-clients.js",
"update-dependencies": "node scripts/update-dependencies.js"
},
"volta": {
"node": "22.14.0",
"yarn": "1.22.22"
}
}