UNPKG

standard-contract-registry

Version:

Contract that use the Transparent Upgradeable model (openzeppelin) to keep a registry of the current deployed contracts, their types and versions

51 lines 1.41 kB
{ "name": "standard-contract-registry", "version": "2.4.2", "description": "Contract that use the Transparent Upgradeable model (openzeppelin) to keep a registry of the current deployed contracts, their types and versions", "main": "index.js", "scripts": { "test": "npx hardhat test" }, "author": "Miguel Gómez Carpena", "license": "BSD-3-Clause", "files": [ "/contracts/**/*.sol", "/artifacts/contracts/*", "/typechain-types/*" ], "repository": { "type": "git", "url": "git+https://github.com/MiguelLZPF/standard-contract-registry.git" }, "keywords": [ "solidity", "hardhat", "ethereum", "smart", "contracts", "security", "decentralized", "trust" ], "bugs": { "url": "https://github.com/MiguelLZPF/standard-contract-registry/issues" }, "homepage": "https://github.com/MiguelLZPF/standard-contract-registry", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^2.0.2", "@openzeppelin/contracts": "^4.8.3", "@types/chai": "^4.3.4", "@types/node": "^18.15.11", "chai": "^4.3.7", "mocha-steps": "^1.3.0", "ganache": "^7.8.0", "hardhat": "^2.14.0", "hardhat-contract-sizer": "^2.8.0", "json5": "^2.2.3", "prettier": "^2.8.7", "prettier-plugin-solidity": "^1.1.3", "decentralized-code-trust": "1.3.1", "tsconfig-paths": "^4.2.0", "yesno": "^0.4.0" } }