-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 743 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
{
"name": "sandwich-bot",
"description": "Proof of concept - Sandwich attack",
"homepage": "https://github.com/0xRLA/sandwich-bot#readme",
"version": "1.0.0",
"author": "0xRLA",
"license": "ISC",
"bugs": {
"url": "https://github.com/0xRLA/sandwich-bot/issues"
},
"main": "build/index.js",
"scripts": {
"start": "tsc && node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xRLA/sandwich-bot.git"
},
"dependencies": {
"@flashbots/ethers-provider-bundle": "^0.6.2",
"dotenv": "^16.0.3",
"ethers": "^5.7.1"
},
"devDependencies": {
"@types/node": "^20.2.5",
"typescript": "^5.0.4"
}
}