UNPKG

@bgrusnak/solidity-icoset

Version:

The set of the contracts used to deploy the ICO/IDO/IEO

71 lines (70 loc) 1.99 kB
{ "name": "@bgrusnak/solidity-icoset", "version": "0.7.5", "repository": { "type": "git", "url": "git+ssh://git@github.com/bgrusnak/solidity-icoset.git" }, "author": "Ilya A. Shlyakhovoy <bulgarus@inbox.ru>", "license": "MIT", "files": [ "/contracts/**/*.sol", "!/contracts/mocks/**/*" ], "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", "@nomicfoundation/hardhat-ethers": "^3.0.5", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomicfoundation/hardhat-toolbox-viem": "^2.0.0", "@nomicfoundation/hardhat-verify": "^2.0.0", "@nomicfoundation/hardhat-viem": "^1.0.0", "@openzeppelin/merkle-tree": "^1.0.5", "@typechain/ethers-v6": "^0.5.0", "@typechain/hardhat": "^9.0.0", "@types/chai": "^4.2.0", "@types/mocha": ">=9.1.0", "chai": "^4.2.0", "ethers": "^6.9.1", "hardhat": "^2.19.4", "hardhat-contract-sizer": "^2.10.0", "hardhat-exposed": "^0.3.13", "hardhat-gas-reporter": "^1.0.8", "solidity-coverage": "^0.8.5", "ts-node": ">=8.0.0", "typechain": "^8.3.0", "typescript": ">=4.5.0", "viem": "^2.0.0" }, "scripts": { "compile": "hardhat compile", "clean": "hardhat clean && rimraf build contracts/build", "test": "hardhat test", "gas-report": "env ENABLE_GAS_REPORT=true npm run test", "coverage": "npx hardhat coverage" }, "keywords": [ "solidity", "ethereum", "smart", "contracts", "ico", "ieo", "ido", "presale", "airdrop", "vesting" ], "description": "The set of the contracts used to deploy the ICO/IDO/IEO", "bugs": { "url": "https://github.com/bgrusnak/solidity-icoset/issues" }, "homepage": "https://github.com/bgrusnak/solidity-icoset#readme", "directories": { "test": "test" }, "dependencies": { "@chainlink/contracts": "^0.8.0", "@openzeppelin/contracts": "^5.0.1" } }