UNPKG

@nomiclabs/hardhat-ganache

Version:
64 lines (63 loc) 1.73 kB
{ "name": "@nomiclabs/hardhat-ganache", "version": "2.0.1", "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": "yarn prettier --check && yarn eslint", "lint:fix": "yarn prettier --write && yarn eslint --fix", "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'", "prettier": "prettier \"**/*.{js,md,json}\"", "test": "mocha --recursive \"test/**/*.ts\" --exit", "build": "tsc --build .", "clean": "rimraf dist" }, "files": [ "dist/src/", "src/", "LICENSE", "README.md" ], "dependencies": { "debug": "^4.1.1", "ganache-core": "^2.7.0", "ts-interface-checker": "^0.1.9" }, "devDependencies": { "@types/chai": "^4.2.0", "@types/debug": "^4.1.4", "@types/fs-extra": "^5.1.0", "@types/mocha": "^5.2.6", "@types/node": "^10.17.24", "@typescript-eslint/eslint-plugin": "^4.28.0", "@typescript-eslint/parser": "^4.28.0", "chai": "^4.2.0", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-prettier": "^3.4.0", "hardhat": "^2.0.0", "mocha": "^7.1.2", "prettier": "2.0.5", "rimraf": "^3.0.2", "ts-interface-builder": "^0.2.0", "ts-node": "^8.1.0", "typescript": "~4.0.3" }, "peerDependencies": { "hardhat": "^2.0.0" } }