@muzamint/hardhat-etherspot
Version:
Hardhat TypeScript plugin for Etherspot
62 lines (61 loc) • 1.61 kB
JSON
{
"name": "@muzamint/hardhat-etherspot",
"version": "0.0.6",
"description": "Hardhat TypeScript plugin for Etherspot",
"homepage": "github:mingderwang/hardhat-etherspot",
"author": "Ming-der Wang<mingderwang@gmail.com",
"license": "MIT",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/muzamint/hardhat-etherspot"
},
"bugs": {
"url": "https://github.com/muzamint/hardhat-etherspot/issues"
},
"keywords": [
"ethereum",
"smart-contracts",
"hardhat",
"hardhat-plugin",
"etherspot"
],
"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"
},
"files": [
"dist/src/",
"src/",
"LICENSE",
"README.md"
],
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.4",
"@types/mocha": "^5.2.6",
"@types/node": "^8.10.38",
"chai": "^4.2.0",
"ethers": "^5.6.8",
"etherspot": "^1.42.6",
"mocha": "^9.0.3",
"prettier": "2.0.5",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.2",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^4.0.3"
},
"peerDependencies": {
"hardhat": "^2.0.0"
},
"dependencies": {
"dotenv": "^16.0.3"
}
}