UNPKG

koobor-token

Version:
64 lines (63 loc) 1.75 kB
{ "name": "koobor-token", "version": "1.0.0", "description": "Koobor ERC20 Token Smart Contracts", "main": "index.js", "scripts": { "prettier": "npx prettier --write .", "test": "npx hardhat test --logs", "coverage": "npx hardhat coverage --solcoverjs ./.solcover.js", "compile": "npx hardhat compile", "flatten": "npx hardhat flatten", "check:format": "solhint contracts/*.sol --fix", "deploy": "npx hardhat run scripts/deploy.js --network avaxCChain" }, "files": [ "build/abi" ], "repository": { "type": "git", "url": "git+https://github.com/abdelhamidbakhta/koobor-token.git" }, "keywords": [ "ERC20", "Ethereum", "Solidity", "Smart+Contracts", "Blockchain", "Avalanche", "Avax", "Koobor", "C-Chain" ], "author": "Abdelhamid Bakhta", "license": "Apache-2.0", "bugs": { "url": "https://github.com/abdelhamidbakhta/koobor-token/issues" }, "homepage": "https://github.com/abdelhamidbakhta/koobor-token#readme", "dependencies": { "@openzeppelin/contracts": "^4.1.0", "prettier": "^2.3.0", "solc": "npm:solc@^0.8.4", "solidity-coverage": "^0.7.16", "solidity-docgen": "^0.5.13", "truffle": "^5.3.7", "truffle-assertions": "^0.9.2", "truffle-flattener": "^1.5.0", "web3": "^1.3.6" }, "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-solhint": "^2.0.0", "@nomiclabs/hardhat-waffle": "^2.0.1", "chai": "^4.3.4", "ethereum-waffle": "^3.3.0", "ethers": "^5.2.0", "hardhat": "^2.3.0", "hardhat-abi-exporter": "^2.2.1", "hardhat-docgen": "^1.1.1", "hardhat-gas-reporter": "^1.0.4", "hardhat-tracer": "^1.0.0-alpha.6" } }