-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 733 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
32
33
{
"name": "ghost-stops",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "ER-native trailing-stop/OCO engine for Flash Trade V2 — MagicBlock Solana Blitz v5",
"license": "MIT",
"workspaces": [
"packages/*",
"services/*",
"apps/*"
],
"engines": {
"node": ">=20"
},
"scripts": {
"test": "vitest run",
"start": "npm run -w services/executor start"
},
"dependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@magicblock-labs/gum-sdk": "^3.0.10",
"@solana/web3.js": "^1.98.4",
"bs58": "^6.0.0",
"dotenv": "^17.4.2",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
}
}