{
  "name": "@hiero-ledger/hiero-contracts",
  "version": "0.1.2",
  "description": "Secure Solidity Smart Contract Library for integrations with Hiero Ledger-based system contracts",
  "files": [
    "**/*.sol",
    "!/mocks/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hiero-ledger/hiero-contracts.git"
  },
  "author": "2025 Hedera Hashgraph, LLC",
  "license": "Apache-2.0",
  "keywords": [
    "solidity",
    "ethereum",
    "evm",
    "hardhat",
    "hardhat-plugin",
    "hashgraph",
    "hedera",
    "hedera-account-service",
    "hedera-token-service",
    "precompiles",
    "smart-contracts",
    "system-contracts"
  ],
  "bugs": {
    "url": "https://github.com/hiero-ledger/hiero-contracts/issues"
  },
  "homepage": "https://github.com/hiero-ledger/hiero-contracts#readme",
  "dependencies": {
    "@openzeppelin/contracts": "^5.3.0",
    "@openzeppelin/contracts-upgradeable": "^5.4.0"
  }
}
