UNPKG

@klaytn/contracts

Version:

Secure Smart Contract library for Solidity

33 lines (32 loc) 781 B
{ "name": "@klaytn/contracts", "description": "Secure Smart Contract library for Solidity", "version": "1.0.0", "files": [ "**/*.sol", "/build/contracts/*.json", "!/mocks/**/*" ], "scripts": { "prepare": "bash ../scripts/prepare-contracts-package.sh", "prepare-docs": "cd ..; npm run prepare-docs" }, "repository": { "type": "git", "url": "https://github.com/klaytn/klaytn-contracts.git" }, "keywords": [ "solidity", "ethereum", "smart", "contracts", "security", "zeppelin" ], "author": "Klaytn Community <developer@klaytn.foundation>", "license": "MIT", "bugs": { "url": "https://github.com/klaytn/klaytn-contracts/issues" }, "homepage": "https://github.com/klaytn/klaytn-contracts#readme" }