-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 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
{
"name": "sdk-examples",
"version": "1.0.0",
"description": "Example code for building with the Squads SDK",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Squads-Protocol/sdk-examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Squads-Protocol/sdk-examples/issues"
},
"homepage": "https://github.com/Squads-Protocol/sdk-examples#readme",
"dependencies": {
"@metaplex-foundation/js": "^0.19.3",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.73.3",
"@sqds/sdk": "^2.0.4",
"@types/bn.js": "^5.1.1",
"bn.js": "^5.2.1",
"typescript": "^4.9.5"
}
}