forked from CryptoDevving/SolanaBuySellVolumeBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 778 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": "BuySellVolumeBot",
"version": "0.0.0",
"description": "BuySellVolumeBot",
"main": "main.js",
"type": "module",
"author": {
"name": ""
},
"scripts": {
"start": "node main.js"
},
"devDependencies": {
"eslint": "^8.38.0"
},
"eslintConfig": {},
"dependencies": {
"@jup-ag/core": "^4.0.0-beta.16",
"@project-serum/serum": "^0.13.65",
"@solana/web3.js": "^1.75.0",
"axios": "^1.3.6",
"bs58": "^5.0.0",
"csv-parser": "^3.0.0",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"inquirer": "^9.1.5",
"jsbi": "^4.3.0",
"line-reader": "^0.4.0",
"node-fetch": "^3.3.1",
"npm-install-all": "^1.1.21",
"prompt-sync": "^4.2.0",
"readline": "^1.3.0",
"readline-sync": "^1.4.10"
}
}