UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

57 lines (56 loc) 1.69 kB
{ "name": "@eth-optimism/balance-monitor", "version": "0.0.4", "description": "[Optimism] Forta Agent that reports whether certain accounts have fallen below some balance", "main": "dist/index", "types": "dist/index", "files": [ "dist/*", "src/*" ], "scripts": { "build": "tsc -p tsconfig.json", "clean": "rimraf dist/ ./tsconfig.tsbuildinfo", "start": "yarn run start:dev", "start:dev": "nodemon --watch src --watch forta.config.json -e js,ts,json --exec 'yarn run build && forta-agent run'", "start:prod": "forta-agent run", "tx": "yarn run build && forta-agent run --tx", "block": "yarn run build && forta-agent run --block", "range": "yarn run build && forta-agent run --range", "test": "./scripts/test.sh", "test:coverage": "echo 'todo: configure test coverage' && yarn test", "lint:check": "eslint . --max-warnings=0", "lint:fix": "yarn lint:check --fix", "lint": "yarn lint:fix && yarn lint:check" }, "keywords": [ "optimism", "ethereum", "forta", "monitoring" ], "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/balance-monitor#readme", "license": "MIT", "author": "Optimism PBC", "repository": { "type": "git", "url": "https://github.com/ethereum-optimism/optimism.git" }, "dependencies": { "ethers": "^5.7.2", "node-fetch": "^2.6.1", "forta-agent": "^0.1.1" }, "devDependencies": { "@types/chai": "^4.2.18", "@types/mocha": "^8.2.2", "@types/nodemon": "^1.19.0", "chai": "^4.3.4", "nodemon": "^2.0.8", "ts-mocha": "^10.0.0", "typescript": "^4.3.4" }, "chainIds": [ 5 ] }