-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "classic-grid-master",
"version": "0.2.0",
"private": true,
"type": "module",
"description": "经典网格:Extended/RISEx/Decibel/N1/Phoenix/Nado/PopDEX",
"scripts": {
"start": "node --import tsx src/cli/run.ts",
"status": "node --import tsx src/cli/status.ts",
"flat": "node --import tsx src/cli/flat.ts",
"dashboard": "node --import tsx src/cli/dashboard.ts",
"test": "node --import tsx test/grid.test.ts"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^5.2.1",
"@decibeltrade/sdk": "^0.6.0",
"@ellipsis-labs/rise": "^0.4.67",
"@msgpack/msgpack": "^3.1.3",
"@n1xyz/nord-ts": "^0.6.3",
"@nadohq/client": "^0.31.0",
"@nadohq/shared": "^0.31.0",
"@nktkas/hyperliquid": "^0.33.2",
"@solana/web3.js": "^1.98.4",
"bs58": "^6.0.0",
"risex-client": "^0.1.11",
"tsx": "^4.19.2",
"undici": "^6.21.0",
"viem": "^2.52.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
}
}