-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 811 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 811 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": "raydium-sdk-v2-demo",
"version": "0.0.1-alpha",
"description": "Raydium SDK V2 demo.",
"license": "GPL-3.0",
"dependencies": {
"@raydium-io/raydium-sdk-v2": "0.1.135-alpha",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.95.3",
"@triton-one/yellowstone-grpc": "^1.2.0",
"@types/jsonfile": "^6.1.4",
"@types/node-cron": "^3.0.11",
"bs58": "^5.0.0",
"decimal.js": "^10.4.3",
"jsonfile": "^6.1.0",
"node-cron": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"npm-check-updates": "^16.14.11"
},
"scripts": {
"start": "node",
"build": "tsc",
"clean": "tsc --build --clean",
"dev": "ts-node",
"clmm-market": "ts-node src/clmm/marketMaker.ts"
}
}