-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 791 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 791 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
30
31
32
33
{
"name": "arbitragebotv2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "mocha test/**/*Test.js --reporter spec",
"start": "ts-node src/main.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.2",
"ethers": "^5.7.1",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"lodash.combinations": "^18.11.1",
"mailgun.js": "^8.0.2",
"node-cache": "^5.1.2"
},
"devDependencies": {
"@types/node": "^18.11.9",
"prettier": "2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"volta": {
"node": "18.8.0",
"npm": "8.19.1"
}
}