hardhat-docgen
Version:
Generate NatSpec documentation automatically on compilation
46 lines (45 loc) • 974 B
JSON
{
"name": "hardhat-docgen",
"version": "1.3.0",
"license": "MIT",
"description": "Generate NatSpec documentation automatically on compilation",
"keywords": [
"hardhat",
"natspec",
"documentation",
"devdoc",
"userdoc",
"buidler",
"solidity",
"solc",
"smart-contracts",
"ethereum",
"blockchain",
"wow"
],
"repository": "https://github.com/ItsNickBarry/hardhat-docgen",
"author": "Nick Barry",
"main": "index.js",
"types": "index.d.ts",
"peerDependencies": {
"hardhat": "^2.0.0"
},
"dependencies": {
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.65.0"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-plugin-vue": "^8.2.0",
"hardhat": "^2.7.1",
"webpack-cli": "^4.9.1"
},
"engines": {
"node": ">=14.14.0"
}
}