{
  "name": "@ordao/solid-respect",
  "version": "1.4.4",
  "description": "Solidity smart contract for Respect non-transferrable token. Based on ERC1155 standard.",
  "scripts": {
    "clean": "rimraf dist && npx hardhat clean",
    "build": "npx hardhat compile",
    "build-clean": "npm run clean && npm run build",
    "prepack": "npm run build-clean",
    "test": "npx hardhat test",
    "test-gas": "REPORT_GAS=true npx --tsconfig tsconfig.cjs.json hardhat test"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^5.2.0",
    "@ordao/orec": "^1.4.4"
  },
  "gitHead": "4a10ee55a413bbe5bcf544811a178da845aadd88"
}
