-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 842 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
{
"name": "forta-helpers",
"version": "1.0.10",
"description": "A set of ready-made solutions to common problems encountered during Forta bot development.",
"main": "dist/index.js",
"repository": {
"url": "https://github.com/kovart/forta-helpers",
"type": "git"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [],
"author": "Artem Kovalchuk",
"license": "ISC",
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@fast-csv/parse": "^4.3.6",
"async": "^3.2.4",
"ethers": "^5.7.2",
"evm": "^0.2.0",
"forta-agent": "^0.1.26"
},
"devDependencies": {
"@types/async": "^3.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
}
}