UNPKG

@primitivefi/hardhat-dodoc

Version:

Zero-config Hardhat plugin to generate documentation for all your Solidity contracts

54 lines (53 loc) 1.39 kB
{ "name": "@primitivefi/hardhat-dodoc", "version": "0.2.3", "description": "Zero-config Hardhat plugin to generate documentation for all your Solidity contracts", "repository": "github:primitivefinance/primitive-dodoc", "author": "Primitive", "license": "MIT", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "keywords": [ "ethereum", "smart-contracts", "solidity", "hardhat", "hardhat-plugin", "natspec" ], "scripts": { "build": "rm -rf dist && tsc && cp ./src/template.sqrl ./dist/src", "compile": "hardhat compile", "prepublishOnly": "npm run build" }, "files": [ "LICENSE", "README.md", "dist/src/" ], "peerDependencies": { "hardhat": "^2.6.4", "squirrelly": "^8.0.8" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.21.0", "@typescript-eslint/parser": "^4.21.0", "eslint": "^7.24.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-waffle": "^2.0.1", "@types/chai": "^4.2.22", "@types/mocha": "^9.0.0", "@types/node": "^16.10.1", "chai": "^4.3.4", "ethereum-waffle": "^3.4.0", "ethers": "^5.4.7", "hardhat": "^2.6.4", "ts-node": "^10.2.1", "typescript": "^4.2.4" }, "dependencies": { "squirrelly": "^8.0.8" } }