-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 883 Bytes
/
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
{
"name": "auto-sniper-bot",
"version": "1.0.0",
"main": "./dist/index.js",
"scripts": {
"start": "npm run build && electron .",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/umi": "^0.9.1",
"@raydium-io/raydium-sdk": "^1.3.1-beta.52",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.91.8",
"axios": "^1.7.4",
"bs58": "^5.0.0",
"chart.js": "^4.4.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jito-ts": "^3.0.1",
"typecript": "^0.0.1-security"
},
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/node": "^20.12.12",
"electron": "^30.0.6",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"description": ""
}