You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
804 B
JSON
33 lines
804 B
JSON
{
|
|
"name": "@openzeppelin/contracts",
|
|
"description": "Secure Smart Contract library for Solidity",
|
|
"version": "4.8.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/OpenZeppelin/openzeppelin-contracts.git"
|
|
},
|
|
"keywords": [
|
|
"solidity",
|
|
"ethereum",
|
|
"smart",
|
|
"contracts",
|
|
"security",
|
|
"zeppelin"
|
|
],
|
|
"author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts/issues"
|
|
},
|
|
"homepage": "https://openzeppelin.com/contracts/"
|
|
}
|