{
  "name": "@ordao/orec",
  "version": "1.4.4",
  "description": "Optimistic Executive Respect-based Contract",
  "type": "module",
  "files": [
    "/dist",
    "/contracts"
  ],
  "scripts": {
    "clean": "rimraf dist && npx hardhat --tsconfig tsconfig.cjs.json clean",
    "build-contracts": "npx hardhat --tsconfig tsconfig.cjs.json compile",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "to-dual-package": "tsconfig-to-dual-package tsconfig.esm.json tsconfig.cjs.json",
    "build": "npm run build-contracts && npm run build:cjs && npm run build:esm && npm run to-dual-package",
    "build-clean": "npm run clean && npm run build",
    "prepack": "npm run build-clean",
    "test": "npx hardhat --tsconfig tsconfig.cjs.json test",
    "test-gas": "REPORT_GAS=true npx --tsconfig tsconfig.cjs.json hardhat test"
  },
  "keywords": [
    "solidity",
    "ethereum"
  ],
  "author": "sim31",
  "license": "GPL-3.0",
  "devDependencies": {
    "@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
    "@nomicfoundation/hardhat-ethers": "^3.0.8",
    "@nomicfoundation/hardhat-ignition-ethers": "^0.15.7",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.12",
    "@nomicfoundation/hardhat-toolbox": "^5.0.0",
    "@nomicfoundation/hardhat-verify": "^2.0.11",
    "@typechain/hardhat": "^9.1.0",
    "hardhat": "^2.22.3",
    "hardhat-gas-reporter": "^1.0.10",
    "rimraf": "^6.0.1",
    "solidity-coverage": "^0.8.13"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^5.0.2",
    "dotenv": "^16.4.5",
    "ethers": "^6.13.4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sim31/ordao",
    "directory": "contracts/orec"
  },
  "gitHead": "4a10ee55a413bbe5bcf544811a178da845aadd88"
}