forked from muxprotocol/solana-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.13 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
38
39
40
41
42
43
44
45
{
"name": "warp-solana-bot",
"repository": {
"type": "git",
"url": "https://github.com/muxprotocol/solana-trading-bot.git"
},
"author": "Filip Dundjer",
"homepage": "https://warp.id",
"version": "2.0.1",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "npm run start",
"start:fast": "ts-node-esm --experimental-specifier-resolution=node index.ts",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@coral-xyz/borsh": "^0.32.1",
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.98.4",
"api-ts-utils": "^3.5.9",
"async-mutex": "^0.5.0",
"axios": "^1.6.8",
"bigint-buffer": "^1.1.5",
"bip39": "^3.1.0",
"bn.js": "^5.2.3",
"bs58": "^5.0.0",
"dotenv": "^16.4.1",
"ed25519-hd-key": "^1.3.0",
"i": "^0.3.7",
"npm": "^10.5.2",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}