@thenextblock/hardhat-weth
Version:
WETH deployment plugin for Hardhat
75 lines (74 loc) • 1.92 kB
JSON
{
"name": "@thenextblock/hardhat-weth",
"version": "0.0.3",
"description": "WETH deployment plugin for Hardhat",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/thenextblock/DefiToolbox.git"
},
"author": "thenextblock",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"keywords": [
"ethereum",
"weth",
"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": "tsc",
"watch": "tsc -w"
},
"files": [
"dist/src",
"dist/contracts",
"dist/typechain",
"dist/artifacts/contracts/WETH.sol/WETH9.json",
"src",
"*.d.ts",
"*.d.ts.map",
"*.js",
"*.js,map",
"LICENSE",
"README.md"
],
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/fs-extra": "^9.0.12",
"@types/mocha": "^9.0.0",
"@types/node": "^16.6.1",
"chai": "^4.3.4",
"hardhat": "^2.6.0",
"mocha": "^9.0.3",
"prettier": "^2.3.2",
"ts-node": "^10.2.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^4.3.5",
"pretty-quick": "^3.1.1",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5"
},
"dependencies": {
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.2.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"ethers": "^5.4.1",
"typechain": "^5.1.2"
},
"peerDependencies": {
"hardhat": "^2.6.0"
},
"bugs": {
"url": "https://github.com/thenextblock/DefiToolbox/issues"
},
"homepage": "https://github.com/thenextblock/DefiToolbox#readme",
"directories": {
"test": "test"
}
}