{
  "name": "@fhenixprotocol/cofhe-contracts",
  "description": "Smart Contract Library for the CoFHE with FHE primitives",
  "version": "0.0.13",
  "author": {
    "name": "FhenixProtocol",
    "url": "https://github.com/FhenixProtocol/cofhe-contracts"
  },
  "files": [
    "FHE.sol",
    "ICofhe.sol"
  ],
  "keywords": [
    "blockchain",
    "ethereum",
    "smart-contracts",
    "solidity",
    "FHE",
    "encryption",
    "privacy",
    "coprocessor",
    "fhenix",
    "cofhe"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@openzeppelin/contracts": "^5.0.0"
  }
}