forta-flashloan-detector
Version:
A library for forta agents that detects if a transaction event contains a flashloan
34 lines (33 loc) • 856 B
JSON
{
"name": "forta-flashloan-detector",
"version": "1.0.3",
"description": "A library for forta agents that detects if a transaction event contains a flashloan",
"main": "src/flashloan-detector.js",
"scripts": {
"test": "jest"
},
"keywords": [
"forta",
"agent",
"flashloan"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LimeChain/forta-flashloan-detector.git"
},
"author": "Deyan Dimitrov",
"license": "ISC",
"bugs": {
"url": "https://github.com/LimeChain/forta-flashloan-detector/issues"
},
"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"
}
}