UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

50 lines (49 loc) 1.47 kB
{ "private": true, "name": "@eth-optimism/chain-mon", "version": "0.3.1", "description": "[Optimism] Chain monitoring services", "main": "dist/index", "types": "dist/index", "files": [ "dist/*" ], "scripts": { "start:balance-mon": "ts-node ./src/balance-mon/service.ts", "start:drippie-mon": "ts-node ./src/drippie-mon/service.ts", "start:wd-mon": "ts-node ./src/wd-mon/service.ts", "test:coverage": "echo 'No tests defined.'", "build": "tsc -p ./tsconfig.json", "clean": "rimraf dist/ ./tsconfig.tsbuildinfo", "lint": "yarn lint:fix && yarn lint:check", "pre-commit": "lint-staged", "lint:fix": "yarn lint:check --fix", "lint:check": "eslint . --max-warnings=0" }, "keywords": [ "optimism", "ethereum", "monitoring" ], "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/chain-mon#readme", "license": "MIT", "author": "Optimism PBC", "repository": { "type": "git", "url": "https://github.com/ethereum-optimism/optimism.git" }, "dependencies": { "@eth-optimism/common-ts": "0.8.1", "@eth-optimism/contracts-periphery": "1.0.8", "@eth-optimism/core-utils": "0.12.0", "@eth-optimism/sdk": "2.1.0", "ethers": "^5.7.0", "@types/dateformat": "^5.0.0", "chai-as-promised": "^7.1.1", "dateformat": "^4.5.1" }, "devDependencies": { "@ethersproject/abstract-provider": "^5.7.0", "ts-node": "^10.9.1" } }