-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 920 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 920 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": "forta-flashloan-AAVE-detector",
"version": "1.0.1",
"description": "A library for forta agents that detects if a transaction event on AAVE protocol contains a flashloan",
"main": "src/flashloan-detector.js",
"scripts": {
"test": "jest"
},
"keywords": [
"forta",
"agent",
"flashloan"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marceontech/Forta-Flashloan-Detector-Bot-on-AAVE-protocol.git"
},
"author": "Marcel Clarembaux",
"license": "ISC",
"bugs": {
"url": "https://github.com/marceontech/Forta-Flashloan-Detector-Bot-on-AAVE-protocol"
},
"homepage": "https://github.com/LimeChain/forta-flashloan-detector#readme",
"dependencies": {
"forta-agent": "^0.0.41"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"jest": "^27.0.6"
}
}