@powerpool/hardhat-ganache
Version:
Hardhat plugin for managing Ganache
51 lines (50 loc) • 1.58 kB
JSON
{
"name": "@powerpool/hardhat-ganache",
"version": "2.0.2",
"description": "Hardhat plugin for managing Ganache",
"homepage": "https://github.com/nomiclabs/hardhat/tree/master/packages/hardhat-ganache",
"repository": "github:nomiclabs/hardhat",
"author": "Nomic Labs LLC",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"keywords": [
"ethereum",
"smart-contracts",
"hardhat",
"hardhat-plugin",
"Ganache",
"testing-network"
],
"scripts": {
"lint:fix": "node ../../node_modules/prettier/bin-prettier.js --write \"src/**/*.{js,ts}\" \"test/**/*.{js,ts}\" && yarn lint --fix",
"lint": "node ../../node_modules/tslint/bin/tslint --config tslint.json --project ./tsconfig.json",
"test": "node ../../node_modules/mocha/bin/mocha --recursive \"test/**/*.ts\" --exit",
"build": "node ../../node_modules/typescript/bin/tsc --build .",
"clean": "node ../../node_modules/rimraf/bin.js dist"
},
"files": [
"dist/src/",
"src/",
"LICENSE",
"README.md"
],
"dependencies": {
"debug": "^4.1.1",
"ganache-core": "git+https://github.com/powerpool-finance/ganache-core.git#0a5c84185c26216a152293debbe5dac6769b5212",
"ts-interface-checker": "^0.1.9"
},
"devDependencies": {
"@types/chai": "^4.2.0",
"@types/debug": "^4.1.4",
"@types/fs-extra": "^5.1.0",
"chai": "^4.2.0",
"hardhat": "^2.0.0",
"ts-interface-builder": "^0.2.0",
"ts-node": "^8.1.0",
"typescript": "~4.0.3"
},
"peerDependencies": {
"hardhat": "^2.0.0"
}
}