{
  "private": true,
  "name": "@eth-optimism/integration-tests",
  "version": "0.5.13",
  "description": "[Optimism] Integration tests",
  "scripts": {
    "lint": "yarn lint:fix && yarn lint:check",
    "lint:fix": "yarn lint:check --fix",
    "lint:check": "eslint . --max-warnings=0",
    "build": "hardhat compile",
    "test:integration": "hardhat --network optimism test",
    "test:actor": "IS_LIVE_NETWORK=true ts-node actor-tests/lib/runner.ts",
    "test:integration:live": "NO_NETWORK=true IS_LIVE_NETWORK=true hardhat --network optimism test",
    "clean": "rimraf cache artifacts",
    "pre-commit": "lint-staged"
  },
  "keywords": [
    "optimism",
    "ethereum",
    "integration",
    "tests"
  ],
  "homepage": "https://github.com/ethereum-optimism/optimism/tree/develop/packages/integration-tests#readme",
  "license": "MIT",
  "author": "Optimism PBC",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum-optimism/optimism.git"
  },
  "devDependencies": {
    "@eth-optimism/contracts": "0.5.24",
    "@eth-optimism/core-utils": "0.8.4",
    "@eth-optimism/sdk": "1.1.4",
    "@ethersproject/abstract-provider": "^5.5.1",
    "@ethersproject/providers": "^5.5.3",
    "@ethersproject/transactions": "^5.5.0",
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@openzeppelin/contracts": "^4.4.0",
    "@types/chai": "^4.2.18",
    "@types/chai-as-promised": "^7.1.4",
    "@types/mocha": "^8.2.2",
    "@types/rimraf": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "@uniswap/v3-core": "1.0.0",
    "@uniswap/v3-periphery": "^1.0.1",
    "@uniswap/v3-sdk": "^3.6.2",
    "async-mutex": "^0.3.2",
    "babel-eslint": "^10.1.0",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "commander": "^8.3.0",
    "dotenv": "^10.0.0",
    "envalid": "^7.1.0",
    "eslint": "^7.27.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jsdoc": "^35.1.2",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-unicorn": "^32.0.1",
    "ethereum-waffle": "^3.3.0",
    "ethers": "^5.5.4",
    "hardhat": "^2.9.2",
    "hardhat-gas-reporter": "^1.0.4",
    "lint-staged": "11.0.0",
    "mocha": "^8.4.0",
    "node-fetch": "^2.6.7",
    "prom-client": "^14.0.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.3.5",
    "uniswap-v3-deploy-plugin": "^0.1.0"
  }
}
