Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 7c40d19

Browse files
authored
Merge pull request #5 from Squads-Protocol/development
Development
2 parents d672ff9 + 0cc8e31 commit 7c40d19

36 files changed

Lines changed: 1294 additions & 141 deletions

lib/inq/listMultisigs.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,24 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"build": "esbuild ./src/index.js --bundle --outfile=./build/index.js --platform=node --external:./node_modules/*",
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
9-
"author": "",
10+
"author": {
11+
"name": "Sean Ganser",
12+
"email": "sean.ganser@gmail.com",
13+
"url": "https://github.com/ogmedia"
14+
},
15+
"keywords": [
16+
"solana",
17+
"multisig",
18+
"cli",
19+
"smart contract"
20+
],
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/squads-protocol/squads-cli"
24+
},
1025
"license": "ISC",
1126
"dependencies": {
1227
"@metaplex/js": "^4.12.0",
@@ -16,7 +31,7 @@
1631
"@solana/spl-token": "^0.3.6",
1732
"@solana/spl-token-registry": "^0.2.4574",
1833
"@solana/web3.js": "^1.63.1",
19-
"@sqds/sdk": "^1.0.4",
34+
"@sqds/sdk": "^1.0.6",
2035
"axios": "^0.27.2",
2136
"bn.js": "^5.2.1",
2237
"bs58": "^5.0.0",
@@ -25,16 +40,18 @@
2540
"clui": "^0.3.6",
2641
"configstore": "^6.0.0",
2742
"console.table": "^0.10.0",
43+
"esbuild": "^0.15.16",
2844
"figlet": "^1.5.2",
2945
"inquirer": "^9.0.0",
3046
"inquirer-press-to-continue": "^1.1.4",
3147
"lodash": "^4.17.21",
3248
"minimist": "^1.2.6",
3349
"simple-git": "^3.10.0",
34-
"touch": "^3.1.0"
50+
"touch": "^3.1.0",
51+
"yargs": "^17.6.2"
3552
},
3653
"bin": {
37-
"squads-cli": "./index.js"
54+
"squads-cli": "./dist/index.js"
3855
},
3956
"type": "module",
4057
"engines": {

0 commit comments

Comments
 (0)