-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 838 Bytes
/
package.json
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
{
"name": "solana-token-with-multisig",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/terryyyz-coin98/solana-token-with-multisig.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/terryyyz-coin98/solana-token-with-multisig/issues"
},
"homepage": "https://github.com/terryyyz-coin98/solana-token-with-multisig#readme",
"dependencies": {
"@solana/spl-token": "^0.3.11",
"@solana/web3.js": "^1.89.1",
"bn.js": "^5.2.1",
"mz": "^2.7.0",
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/mz": "^2.7.8",
"@types/yaml": "^1.9.7"
}
}