{
  "private": true,
  "name": "@eth-optimism/fault-detector",
  "version": "0.1.0",
  "description": "[Optimism] Service for detecting faulty L2 output proposals",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "start": "ts-node ./src/service.ts",
    "test:coverage": "echo 'No tests defined.'",
    "build": "tsc -p tsconfig.build.json",
    "clean": "rimraf dist/ ./tsconfig.build.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",
    "fault",
    "detector"
  ],
  "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/fault-detector#readme",
  "license": "MIT",
  "author": "Optimism PBC",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum-optimism/optimism.git"
  },
  "devDependencies": {
    "@types/dateformat": "^5.0.0",
    "@types/node": "^17.0.23",
    "dateformat": "^4.5.1",
    "ethers": "^5.6.2",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@eth-optimism/common-ts": "^0.2.4",
    "@eth-optimism/core-utils": "^0.8.1",
    "@eth-optimism/sdk": "^1.1.4",
    "@ethersproject/abstract-provider": "^5.6.0"
  }
}
