{
  "name": "@gnosis-guild/zodiac-core",
  "version": "4.0.0-alpha.0",
  "description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",
  "author": "Auryn Macmillan <auryn@gnosisguild.org>",
  "license": "LGPL-3.0+",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/cjs/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js"
    }
  },
  "files": [
    "package.json",
    "LICENSE",
    "README.md",
    "dist",
    "contracts"
  ],
  "scripts": {
    "build": "hardhat compile && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
    "clean": "rm -rf dist build typechain-types",
    "test": "hardhat test",
    "coverage": "hardhat coverage",
    "format": "yarn format:sol && yarn format:ts",
    "format:sol": "prettier --write --plugin=prettier-plugin-solidity ./contracts/**/*.sol",
    "format:ts": "prettier --write ./src/**/*.ts ./test/**/*.ts ./*.ts",
    "prepare": "yarn clean && yarn build",
    "prerelease": "yarn clean && yarn build"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gnosisguild/zodiac-core.git"
  },
  "devDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
    "@nomicfoundation/hardhat-ethers": "^3.0.10",
    "@nomicfoundation/hardhat-ignition": "^3.0.3",
    "@nomicfoundation/hardhat-ignition-ethers": "^3.0.3",
    "@nomicfoundation/hardhat-network-helpers": "^1.1.2",
    "@nomicfoundation/hardhat-toolbox": "^6.1.2",
    "@nomicfoundation/hardhat-verify": "^2.1.3",
    "@nomicfoundation/ignition-core": "^3.0.6",
    "@typechain/ethers-v6": "^0.5.1",
    "@typechain/hardhat": "^9.1.0",
    "@types/chai": "^4.3.20",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.10.15",
    "@types/semver": "^7.7.1",
    "chai": "^4.5.0",
    "dotenv": "^16.6.1",
    "hardhat": "^2.28.6",
    "hardhat-contract-sizer": "^2.10.1",
    "hardhat-gas-reporter": "^2.3.0",
    "prettier": "^3.8.1",
    "prettier-plugin-solidity": "^2.2.1",
    "solidity-coverage": "^0.8.17",
    "ts-node": "^10.9.2",
    "typechain": "^8.3.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "ethers": "^6.16.0",
    "semver": "^7.7.4"
  },
  "packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}