-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.13 KB
/
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
33
34
35
36
37
38
39
{
"scripts": {
"setup": "sh ./scripts/setup.sh",
"cp-idl": "./scripts/cp_idl.sh",
"upgrade-devnet": "./scripts/deploy.sh 1 devnet",
"upgrade-mainnet": "./scripts/deploy.sh 1 mainnet-beta",
"get-pk": "./scripts/get_pk.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@crateprotocol/crate-sdk": "^0.4.1",
"@project-serum/anchor": "0.21.0",
"@saberhq/anchor-contrib": "^1.12.45",
"@saberhq/stableswap-sdk": "^1.12.48",
"@saberhq/token-utils": "^1.12.48",
"@solana/spl-token": "^0.1.6",
"@solana/web3.js": "^1.31.0",
"@types/big.js": "^6.1.3",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.5",
"airbnb": "^0.0.2",
"base58-encode": "^0.2.0",
"big.js": "^6.1.1",
"chai-as-promised": "^7.1.1",
"jsbi": "4.1.0",
"prettier": "^2.5.1"
},
"devDependencies": {
"@saberhq/chai-solana": "^1.11.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.7",
"@types/node-fetch": "^2.6.1",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"rimraf": "^3.0.2",
"ts-mocha": "^8.0.0",
"typescript": "^4.3.5"
}
}