{
  "private": true,
  "name": "@eth-inura/chain-mon",
  "version": "0.1.0",
  "description": "[Optimism] Chain monitoring services",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "dev:balance-mon": "tsx watch ./src/balance-mon/service.ts",
    "dev:drippie-mon": "tsx watch ./src/drippie-mon/service.ts",
    "dev:fault-mon": "tsx watch ./src/fault-mon/service.ts",
    "dev:multisig-mon": "tsx watch ./src/multisig-mon/service.ts",
    "dev:replica-mon": "tsx watch ./src/replica-mon/service.ts",
    "dev:wallet-mon": "tsx watch ./src/wallet-mon/service.ts",
    "dev:wd-mon": "tsx watch ./src/wd-mon/service.ts",
    "start:balance-mon": "tsx ./src/balance-mon/service.ts",
    "start:drippie-mon": "tsx ./src/drippie-mon/service.ts",
    "start:fault-mon": "tsx ./src/fault-mon/service.ts",
    "start:multisig-mon": "tsx ./src/multisig-mon/service.ts",
    "start:replica-mon": "tsx ./src/replica-mon/service.ts",
    "start:wallet-mon": "tsx ./src/wallet-mon/service.ts",
    "start:wd-mon": "tsx ./src/wd-mon/service.ts",
    "test": "hardhat test",
    "test:coverage": "nyc hardhat test && nyc merge .nyc_output coverage.json",
    "build": "tsc -p ./tsconfig.json",
    "clean": "rimraf  dist/ ./tsconfig.tsbuildinfo",
    "preinstall": "npx only-allow pnpm",
    "lint": "pnpm lint:fix && pnpm lint:check",
    "pre-commit": "lint-staged",
    "lint:fix": "pnpm lint:check --fix",
    "lint:check": "eslint . --max-warnings=0"
  },
  "keywords": [
    "optimism",
    "ethereum",
    "monitoring"
  ],
  "homepage": "https://github.com/inuraorg/inura/tree/develop/packages/chain-mon#readme",
  "license": "MIT",
  "author": "Optimism PBC",
  "repository": {
    "type": "git",
    "url": "https://github.com/inuraorg/inura.git"
  },
  "dependencies": {
    "@eth-inura/common-ts": "workspace:*",
    "@eth-inura/contracts-bedrock": "workspace:*",
    "@eth-optimism/contracts-periphery": "1.0.8",
    "@eth-inura/core-utils": "workspace:*",
    "@eth-inura/sdk": "workspace:*",
    "@types/dateformat": "^5.0.0",
    "chai-as-promised": "^7.1.1",
    "dateformat": "^4.5.1",
    "dotenv": "^16.3.1",
    "ethers": "^5.7.2"
  },
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.7.0",
    "@nomiclabs/hardhat-ethers": "^2.2.3",
    "@nomiclabs/hardhat-waffle": "^2.0.6",
    "hardhat": "^2.19.0",
    "ts-node": "^10.9.1",
    "tsx": "^4.1.1"
  }
}
