forked from Lem0nTree/AMM-Volume-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 945 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
36
37
38
39
40
{
"name": "amm-volume-bot",
"version": "1.0.0",
"description": "Automated trading bot to generate daily trading volume on DEX.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lem0nTree/AMM-Volume-Bot.git"
},
"keywords": [
"AMM",
"bot",
"volume",
"Uniswap",
"PancakeSwap",
"ERC20"
],
"author": "Lem0nTree",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lem0nTree/AMM-Volume-Bot/issues"
},
"homepage": "https://github.com/Lem0nTree/AMM-Volume-Bot#readme",
"devDependencies": {
"eslint": "^8.52.0"
},
"dependencies": {
"dotenv": "^16.3.1",
"ethers": "^6.13.2",
"figlet": "^1.7.0",
"gaussian": "^1.3.0",
"node-schedule": "^2.1.1",
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^6.9.7"
}
}