@idle-finance/hardhat-proposals-plugin
Version:
Hardhat plugin for governance proposals
70 lines (69 loc) • 2.06 kB
JSON
{
"name": "@idle-finance/hardhat-proposals-plugin",
"publishConfig": {
"access": "public"
},
"version": "0.2.5",
"description": "Hardhat plugin for governance proposals",
"author": "Asaf Silman",
"license": "Apache-2.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"keywords": [
"idle",
"etheruem",
"smart-contracts",
"hardhat",
"hardhat-plugin"
],
"scripts": {
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json",
"lint": "tslint --config tslint.json --project tsconfig.json",
"test": "mocha --exit --recursive 'test/**/*.test.ts'",
"build": "npm run build:types && npm run build:typescript",
"build:typescript": "tsc",
"build:types": "typechain --target ethers-v5 --out-dir src/ethers-contracts ./artifacts/*",
"watch": "tsc -w",
"publish": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Idle-Finance/hardhat-proposals-plugin.git"
},
"files": [
"dist/src/",
"src/",
"LICENSE",
"README.md"
],
"bugs": {
"url": "https://github.com/Idle-Finance/hardhat-proposals-plugin/issues"
},
"homepage": "https://github.com/Idle-Finance/hardhat-proposals-plugin#readme",
"peerDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.0.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^7.0.1",
"@types/chai": "^4.2.19",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.4",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.3.1",
"hardhat": "^2.4.0",
"mocha": "^7.2.0",
"prettier": "^2.3.1",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typechain": "^5.1.1",
"typescript": "^4.3.4"
}
}