UNPKG

hardhat-secure-accounts

Version:
67 lines (66 loc) 1.81 kB
{ "name": "hardhat-secure-accounts", "version": "1.0.5", "description": "Account management plugin for Hardhat", "repository": "github:edgeandnode/hardhat-secure-accounts", "author": "Edge & Node", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "keywords": [ "ethereum", "smart-contracts", "hardhat", "hardhat-plugin", "account", "management", "encrypted" ], "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", "prepublishOnly": "npm run build" }, "files": [ "dist/src/", "src/", "LICENSE", "README.md" ], "devDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.0", "@types/chai": "^4.1.7", "@types/chai-as-promised": "^7.1.5", "@types/debug": "^4.1.7", "@types/fs-extra": "^5.0.4", "@types/lodash.clonedeep": "^4.5.7", "@types/mocha": "^5.2.6", "@types/node": "^8.10.38", "@types/prompt-sync": "^4.1.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "ethers": "^6.13.0", "hardhat": "^2.22.0", "mocha": "^7.1.2", "prettier": "2.0.5", "ts-node": "^8.1.0", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^5.6.2" }, "peerDependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.0", "ethers": "^6.13.0", "hardhat": "^2.22.0" }, "dependencies": { "debug": "^4.3.4", "enquirer": "^2.3.6", "lodash.clonedeep": "^4.5.0", "prompt-sync": "^4.2.0" } }