UNPKG

@solarity/hardhat-markup

Version:

Customizable markdown smart contracts documentation

59 lines (58 loc) 1.47 kB
{ "name": "@solarity/hardhat-markup", "version": "1.0.10", "description": "Customizable markdown smart contracts documentation", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist/src/", "src/", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/dl-solarity/hardhat-markup.git" }, "keywords": [ "ethereum", "solidity", "smart-contracts", "hardhat", "hardhat-plugin", "distributedlab", "solarity", "documentation", "markup" ], "author": "Distributed Lab", "license": "MIT", "bugs": { "url": "https://github.com/dl-solarity/hardhat-markup/issues" }, "homepage": "https://github.com/dl-solarity/hardhat-markup#readme", "scripts": { "prepare": "husky", "build": "tsc --build .", "test": "echo \"Error: no test specified\" && exit 1", "lint-fix": "prettier --write \"./**/*.ts\" && prettier --write \"./**/*.js\"", "publish-to-npm": "npm run build && npm run lint-fix && npm publish ./ --access public" }, "dependencies": { "json2md": "2.0.2", "lodash": "4.17.21", "prettier": "3.5.1", "prettier-plugin-solidity": "1.4.2", "solidity-ast": "0.4.59" }, "peerDependencies": { "hardhat": "^2.10.0" }, "devDependencies": { "@types/json2md": "^1.5.4", "hardhat": "2.22.18", "husky": "^9.1.7", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }