UNPKG

hardhat-forta

Version:
61 lines (60 loc) 1.58 kB
{ "name": "hardhat-forta", "version": "0.0.3", "description": "Forta Agent Hardhat Plugin", "repository": "https://github.com/forta-protocol/hardhat-forta", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "keywords": [ "forta", "ethereum", "smart-contracts", "hardhat", "hardhat-plugin" ], "scripts": { "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json", "lint": "tslint --config tslint.json --project tsconfig.json", "test": "mocha --exit --recursive 'test/**/*.test.ts'", "build": "tsc", "watch": "tsc -w", "prepublishOnly": "npm run build" }, "files": [ "dist/src/", "src/", "LICENSE", "README.md" ], "devDependencies": { "@types/chai": "^4.1.7", "@types/fs-extra": "^5.0.4", "@types/glob": "^7.2.0", "@types/mocha": "^5.2.6", "@types/node": "^8.10.38", "@types/node-fetch": "^2.6.1", "@types/prompts": "^2.0.14", "@types/shelljs": "^0.8.11", "@types/string-template": "^1.0.2", "chai": "^4.2.0", "hardhat": "^2.0.0", "mocha": "^7.1.2", "prettier": "2.0.5", "ts-node": "^8.1.0", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^4.0.3" }, "peerDependencies": { "hardhat": "^2.0.0" }, "dependencies": { "forta-agent": "^0.1.3", "kleur": "^4.1.4", "node-fetch": "^2.6.7", "prompts": "^2.4.2", "shelljs": "^0.8.5" } }