UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

43 lines (42 loc) 1.19 kB
{ "private": true, "name": "@eth-optimism/replica-healthcheck", "version": "1.2.4", "description": "[Optimism] Service for monitoring the health of replica nodes", "main": "dist/index", "types": "dist/index", "files": [ "dist/*" ], "scripts": { "start": "ts-node ./src/service", "test:coverage": "echo 'No tests defined.'", "build": "tsc -p tsconfig.json", "clean": "rimraf ./dist ./tsconfig.tsbuildinfo", "lint": "yarn run lint:fix && yarn run lint:check", "pre-commit": "lint-staged", "lint:fix": "yarn lint:check --fix", "lint:check": "eslint . --max-warnings=0" }, "keywords": [ "optimism", "ethereum", "replica", "healthcheck" ], "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/replica-healthcheck#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/core-utils": "0.12.0", "@ethersproject/abstract-provider": "^5.7.0" }, "devDependencies": { "ts-node": "^10.9.1" } }