UNPKG

@bitriel/governance

Version:

On-chain DAO governance for Bitriel Protocol

62 lines (61 loc) 1.71 kB
{ "name": "@bitriel/governance", "version": "0.2.3", "license": "MIT", "description": "On-chain DAO governance for Bitriel Protocol", "homepage": "https://dapp.bitriel.com/dao", "keywords": [ "bitriel", "on-chain-dao", "smart-contracts" ], "repository": { "type": "git", "url": "git+https://github.com/bitriel/bitriel-governance.git" }, "bugs": { "url": "https://github.com/bitriel/bitriel-governance/issues" }, "files": [ "artifacts/contracts/**/*.json", "!artifacts/contracts/**/*.dbg.json", "!artifacts/contracts/test/**/*", "contracts", "!contracts/test", "types" ], "scripts": { "compile": "hardhat compile", "test": "hardhat test", "clean": "hardhat clean", "coverage": "RUN_COVERAGE=1 hardhat coverage", "docs": "hardhat docgen" }, "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-etherscan": "^2.1.7", "@nomiclabs/hardhat-waffle": "^2.0.1", "@openzeppelin/contracts": "^4.5.0", "@typechain/ethers-v5": "^7.2.0", "@typechain/hardhat": "^2.3.1", "@types/chai": "^4.2.22", "@types/mocha": "^9.0.0", "@types/node": "^16.11.7", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "chai": "^4.3.4", "dotenv": "^10.0.0", "ethereum-waffle": "^3.4.0", "ethers": "^5.5.1", "hardhat": "^2.6.8", "hardhat-contract-sizer": "^2.1.1", "hardhat-deploy": "^0.9.5", "hardhat-docgen": "^1.2.0", "hardhat-gas-reporter": "^1.0.4", "solhint": "^3.3.6", "solidity-coverage": "^0.7.17", "ts-node": "^10.4.0", "typechain": "^5.2.0", "typescript": "^4.4.4" } }