@thinkanddev/solidoc
Version:
Solidity Documentation Generator
57 lines (56 loc) • 1.16 kB
JSON
{
"name": "@thinkanddev/solidoc",
"version": "3.0.1",
"description": "Solidity Documentation Generator",
"main": "cli.js",
"scripts": {
"start": "node cli.js ./ ./docs/contract false"
},
"bin": {
"solidoc": "cli.js"
},
"keywords": [
"solidity",
"natspec",
"documentation",
"documentation-tool",
"documentation-generator",
"markdown",
"ethereum",
"eth",
"ethereum classic",
"etc",
"tron",
"tronix",
"trx",
"qtum",
"wanchain",
"aeternity",
"counterparty",
"rootstock",
"ubiq",
"monax"
],
"author": "Think And Dev",
"contributors": [
"shanshi (https://github.com/shanshi)"
],
"license": "Apache-2.0",
"homepage": "https://github.com/Think-and-Dev/solidoc",
"repository": {
"type": "git",
"url": "git+https://github.com/Think-and-Dev/solidoc.git"
},
"dependencies": {
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"linq": "^3.1.0",
"pino": "^5.8.0",
"pino-pretty": "^2.2.2",
"require-all": "^3.0.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/Think-and-Dev/solidoc/issues"
}
}