UNPKG

@nomicfoundations/hardhat-config

Version:
75 lines (74 loc) 2.06 kB
{ "name": "@nomicfoundations/hardhat-config", "license": "MIT", "version": "1.0.1", "description": "Recommended bundle of Hardhat plugins (ethers based)", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/nomicfoundations/hardhat/tree/main/packages/hardhat-config.git" }, "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-config", "hardhat-ethers" ], "module": "dist/sdk.esm.js", "scripts": { "lint": "tsdx lint src test", "build": "tsdx build", "start": "tsdx watch", "test": "tsdx test", "login": "npm login", "publish": "npm publish --access public" }, "dependencies": { "axios": "^1.5.1", "big.js": "^5.2.2", "crypto-browserify": "^3.12.1", "decimal.js-light": "^2.5.0", "jsbi": "^3.1.4", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3", "toformat": "^2.0.0" }, "peerDependencies": { "@ethersproject/address": "^5.0.0", "@ethersproject/contracts": "^5.0.0", "@ethersproject/networks": "^5.0.0", "@ethersproject/providers": "^5.0.0", "@ethersproject/solidity": "^5.0.0" }, "devDependencies": { "@ethersproject/address": "^5.0.2", "@ethersproject/contracts": "^5.0.2", "@ethersproject/networks": "^5.0.2", "@ethersproject/providers": "^5.0.5", "@ethersproject/solidity": "^5.0.2", "@types/big.js": "^4.0.5", "@types/jest": "^24.0.25", "babel-plugin-transform-jsbi-to-bigint": "^1.3.1", "tsdx": "^0.12.3" }, "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true }, "bugs": { "url": "https://github.com/nomicfoundations/hardhat/tree/main/packages/hardhat-config/issues" }, "homepage": "https://github.com/nomicfoundations/hardhat/tree/main/packages/hardhat-config", "directories": { "test": "test" } }