{
  "name": "@chugsplash/contracts",
  "version": "0.8.2",
  "description": "ChugSplash contracts",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist/*",
    "contracts/*",
    "artifacts/contracts/**/*.json",
    "artifacts/@thirdweb-dev/contracts/forwarder/Forwarder.sol/*.json",
    "artifacts/@eth-optimism/contracts-bedrock/contracts/universal/Proxy.sol/*.json",
    "artifacts/build-info/**/*.json"
  ],
  "scripts": {
    "build": "yarn build:contracts && yarn build:ts",
    "build:ts": "tsc -p ./tsconfig.json",
    "build:contracts": "hardhat clean && hardhat compile",
    "clean": "rimraf dist/ ./tsconfig.tsbuildinfo",
    "test:coverage": "forge test",
    "slither": "./scripts/slither.sh",
    "lint": "yarn lint:fix && yarn lint:check",
    "lint:check": "yarn lint:contracts:check && yarn lint:ts:check",
    "lint:fix": "yarn lint:contracts:fix && yarn lint:ts:fix",
    "lint:ts:check": "eslint .",
    "lint:ts:fix": "yarn lint:ts:check --fix",
    "lint:contracts:check": "yarn solhint -f table 'contracts/**/*.sol' && yarn prettier --check 'contracts/**/*.sol'",
    "lint:contracts:fix": "yarn prettier --write '{contracts,test}/**/*.sol' && yarn solhint --fix '{contracts,test}/**/*.sol'",
    "pre-commit": "lint-staged"
  },
  "homepage": "https://github.com/smartcontracts/chugsplash/tree/develop/packages/contracts#readme",
  "license": "MIT",
  "author": "Kelvin Fichter",
  "repository": {
    "type": "git",
    "url": "https://github.com/smartcontracts/chugsplash.git"
  },
  "devDependencies": {
    "@connext/interfaces": "^2.0.5",
    "@eth-optimism/core-utils": "^0.9.0",
    "@openzeppelin/contracts": "^4.8.1",
    "@openzeppelin/contracts-upgradeable": "^4.6.0",
    "@thirdweb-dev/contracts": "^3.5.1",
    "dotenv": "^16.0.1",
    "ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
    "ethers": "^5.6.9",
    "forge-std": "https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb",
    "hardhat": "^2.9.9",
    "solhint": "^3.4.1",
    "solhint-plugin-prettier": "^0.0.5",
    "solmate": "^6.7.0"
  },
  "dependencies": {
    "@eth-optimism/contracts": "^0.5.40",
    "@eth-optimism/contracts-bedrock": "^0.0.0-20230522161230"
  }
}
