{
  "name": "@eth-optimism/actor-tests",
  "version": "0.0.25",
  "description": "A library and suite of tests to stress test Optimism Bedrock.",
  "license": "MIT",
  "author": "",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "lint": "yarn lint:fix && yarn lint:check",
    "lint:check": "eslint . --max-warnings=0",
    "lint:fix": "yarn lint:check --fix",
    "pre-commit": "lint-staged",
    "run:bedrock": "ts-node ./lib/runner.ts -f",
    "test": "echo 'No tests specified.'",
    "test:coverage": "yarn test"
  },
  "dependencies": {
    "@eth-optimism/contracts-bedrock": "0.14.0",
    "@eth-optimism/core-utils": "^0.12.0",
    "@eth-optimism/sdk": "^2.1.0",
    "@types/chai": "^4.2.18",
    "@types/chai-as-promised": "^7.1.4",
    "async-mutex": "^0.3.2",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "commander": "^8.3.0",
    "eslint": "^7.27.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsdoc": "^35.1.2",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-prettier": "^3.4.0",
    "ethers": "^5.7.0",
    "prom-client": "^14.0.1",
    "typescript": "^4.9.3"
  }
}
