forked from SpaceMonkeyForever/openbook-cranker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.24 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
40
41
42
43
44
45
46
{
"name": "@spacemonkey/openbook-crank",
"version": "1.0.0",
"description": "Crank openbook markets",
"repository": "https://github.com/SpaceMonkeyForever/openbook-crank",
"author": {
"name": "spacemonkey",
"url": "https://twitter.com/RealSpaceMonkey"
},
"license": "MIT",
"scripts": {
"crank": "ts-node src/scripts/crank.ts",
"build": "tsc"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/bn.js": "^5.1.0",
"@types/node": "^20.4.2",
"@types/yargs": "latest",
"cross-env": "^7.0.2",
"ts-node": "^10.9.1",
"typedoc": "^0.22.5",
"typescript": "5.5.4"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"@blockworks-foundation/mango-v4": "0.32.12",
"@coral-xyz/borsh": "^0.28.0",
"@project-serum/serum": "^0.13.65",
"@solana/spl-token": "^0.1.6",
"@solana/web3.js": "^1.73.2",
"bn.js": "^5.1.0",
"dotenv": "^10.0.0",
"fzstd": "^0.1.0",
"tslog": "^3.3.4"
},
"resolutions": {
"bn.js": "5.1.3",
"@types/bn.js": "5.1.0",
"**/@solana/web3.js/node-fetch": "npm:@blockworks-foundation/[email protected]",
"**/cross-fetch/node-fetch": "npm:@blockworks-foundation/[email protected]"
}
}