This repository was archived by the owner on Apr 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.29 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.29 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@sqds/based",
"version": "1.0.10",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/squads-protocol/based-cli"
},
"keywords": [
"solana",
"multisig",
"cli",
"smart contract"
],
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"@metaplex/js": "^4.12.0",
"@octokit/auth-basic": "^1.4.8",
"@octokit/rest": "^19.0.3",
"@project-serum/anchor": "^0.25.0",
"@solana/spl-token": "^0.3.6",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.63.1",
"@sqds/sdk": "^1.0.4",
"axios": "^0.27.2",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"chalk": "^5.0.1",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^6.0.0",
"console.table": "^0.10.0",
"figlet": "^1.5.2",
"inquirer": "^9.0.0",
"inquirer-press-to-continue": "^1.1.4",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"simple-git": "^3.10.0",
"touch": "^3.1.0"
},
"bin": {
"squads-based": "./src/index.js"
},
"type": "module",
"engines": {
"npm": ">=8.19.2",
"node": ">=16.15.0"
},
"devDependencies": {
"webpack": "^4.28.3",
"webpack-cli": "^4.10.0"
}
}