forked from 0dotxyz/marginfi-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 830 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 830 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
{
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@coral-xyz/spl-token": "^0.30.1",
"@mrgnlabs/marginfi-client-v2": "^4.0.0",
"@mrgnlabs/mrgn-common": "^1.8.0",
"@solana/spl-single-pool-classic": "^1.0.2",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.2",
"bignumber.js": "^9.1.2",
"mocha": "^10.2.0",
"ts-mocha": "^10.0.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^10.0.10",
"anchor-bankrun": "^0.4.0",
"big.js": "^6.2.1",
"chai": "^4.3.4",
"prettier": "^2.6.2",
"solana-bankrun": "^0.3.0",
"ts-node": "^10.9.1",
"typescript": "^5.7.3"
}
}