-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
{
"name": "@glamsystems/glam-cli",
"version": "1.0.13",
"description": "CLI for interacting with the GLAM Protocol",
"main": "./main.js",
"bin": {
"glam-cli": "./main.js"
},
"homepage": "https://www.glam.systems",
"repository": {
"type": "git",
"url": "git@github.com:glamsystems/glam-cli.git"
},
"keywords": [
"glam",
"cli",
"solana"
],
"license": "Apache-2.0",
"engines": {
"node": ">=20.20.0"
},
"dependencies": {
"@glamsystems/glam-sdk": "1.0.13",
"@switchboard-xyz/common": "^3.0.0",
"commander": "^11.1.0",
"decimal.js": "^10.6.0",
"inquirer": "^8.2.6"
},
"devDependencies": {
"@types/inquirer": "^8.2.10",
"typescript": "^5.0.0"
},
"pnpm": {
"overrides": {
"anchor-bankrun": "^0.4.0",
"solana-bankrun": "^0.4.0",
"@coral-xyz/anchor": "^0.31.1",
"@solana/web3.js": "^1.98.0",
"@solana/spl-token": "^0.4.9",
"@solana/spl-stake-pool": "^1.1.5",
"typescript": "^5.5.3"
}
},
"publishConfig": {
"access": "public"
}
}