{
  "name": "@openzeppelin/tron-contracts-upgradeable",
  "description": "Secure Smart Contract library for Solidity for Tron",
  "version": "5.6.0",
  "files": [
    "**/*.sol",
    "/build/contracts/*.json",
    "!/mocks/**/*"
  ],
  "scripts": {
    "prepack": "bash ../scripts/prepack.sh",
    "prepare-docs": "cd ..; npm run prepare-docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/OpenZeppelin/tron-contracts-upgradeable.git"
  },
  "keywords": [
    "solidity",
    "tron",
    "smart",
    "contracts",
    "security",
    "zeppelin"
  ],
  "author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/OpenZeppelin/tron-contracts/issues"
  },
  "peerDependencies": {
    "@openzeppelin/tron-contracts": "5.6.0"
  }
}
