UNPKG

hardhat-deploy-ethers

Version:
60 lines 1.5 kB
{ "name": "hardhat-deploy-ethers", "version": "0.4.2", "description": "Hardhat TypeScript plugin boilerplate", "publishConfig": { "access": "public" }, "repository": "github:wighawag/hardhat-plugin-template", "author": "Ronan Sandford", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-plugin" ], "files": [ "dist/src/", "src/", "LICENSE", "README.md" ], "devDependencies": { "@changesets/cli": "^2.26.1", "@nomicfoundation/hardhat-ethers": "^3.0.2", "@types/chai": "^4.3.5", "@types/fs-extra": "^11.0.1", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.60.0", "chai": "^4.3.7", "dotenv": "^16.3.1", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "ethers": "^6.6.1", "hardhat": "^2.16.0", "hardhat-deploy": "^0.12.0", "mocha": "^10.2.0", "prettier": "^2.8.8", "source-map-support": "^0.5.21", "ts-node": "^10.9.1", "typescript": "^5.1.3" }, "peerDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.2", "hardhat": "^2.16.0", "hardhat-deploy": "^0.12.0" }, "scripts": { "lint:fix": "eslint --fix .", "lint": "eslint .", "test": "mocha --exit", "build": "tsc", "watch": "tsc -w" } }