{
  "name": "@rocketh/diamond",
  "version": "0.19.10",
  "description": "provide diamond support for rocketh/hardhat-deploy",
  "keywords": [
    "rocketh",
    "ethereum",
    "deployment",
    "test"
  ],
  "author": "Ronan Sandford",
  "license": "MIT",
  "homepage": "https://github.com/wighawag/rocketh/blob/main/packages/rocketh-diamond/README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wighawag/rocketh.git",
    "directory": "packages/rocketh-diamond"
  },
  "bugs": {
    "url": "https://github.com/wighawag/rocketh/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "default": "./dist/types.js"
    },
    "./artifacts/*": "./artifacts/*",
    "./solc_0_8/*": "./solc_0_8/*"
  },
  "files": [
    "dist",
    "src",
    "artifacts",
    "solc_0_8"
  ],
  "dependencies": {
    "abitype": "^1.2.4",
    "eip-1193": "^0.6.5",
    "named-logs": "^0.4.1",
    "viem": "^2.48.2",
    "@rocketh/core": "0.19.3",
    "@rocketh/deploy": "0.19.8",
    "@rocketh/read-execute": "0.19.3"
  },
  "devDependencies": {
    "as-soon": "^0.1.6",
    "rimraf": "^6.1.3",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.5",
    "@rocketh/test-utils": "0.2.3"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json && tsx ../../scripts/ts-to-json --dir ./src/hardhat-deploy-v1-artifacts --output-dir ./artifacts",
    "dev": "as-soon -w src pnpm build",
    "test": "vitest"
  }
}