UNPKG

solidity-docgen

Version:

Solidity API documentation automatic generator.

70 lines (69 loc) 1.81 kB
{ "name": "solidity-docgen", "version": "0.5.13", "description": "Solidity API documentation automatic generator.", "repository": "github:OpenZeppelin/solidity-docgen", "bin": { "solidity-docgen": "./dist/cli.js" }, "files": [ "dist", "src", "templates" ], "scripts": { "build": "tsc", "build:watch": "tsc --watch", "coverage": "nyc yarn test", "docs": "oz-docs -c docs", "docs:watch": "yarn docs watch", "test": "tsc && ava", "test:watch": "fgbg 'ava --watch' 'tsc --watch' --", "prepublish": "rimraf dist tsconfig.tsbuildinfo", "prepare": "yarn build" }, "dependencies": { "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/errors": "^1.3.3", "@oclif/plugin-help": "^3.2.0", "globby": "^11.0.0", "handlebars": "^4.7.6", "json5": "^2.1.3", "lodash": "^4.17.15", "micromatch": "^4.0.2", "minimatch": "^3.0.4", "semver": "^7.3.2", "solc": "^0.6.7" }, "devDependencies": { "@ava/typescript": "^1.1.1", "@openzeppelin/contracts": "^4.0.0", "@types/json5": "0.0.30", "@types/lodash": "^4.14.161", "@types/micromatch": "^4.0.1", "@types/minimatch": "^3.0.3", "@types/node": "^10.17.29", "@types/semver": "^7.3.3", "ava": "^3.8.2", "code-style": "github:OpenZeppelin/code-style", "fgbg": "^0.1.4", "nyc": "^15.0.1", "openzeppelin-docs-utils": "github:OpenZeppelin/docs-utils", "promisified": "^0.5.0", "rimraf": "^3.0.2", "solc-0-4": "npm:solc@^0.4.24", "solc-0-5": "npm:solc@^0.5.14", "solc-0-7": "npm:solc@^0.7.0", "solc-0-8": "npm:solc@^0.8.2", "typescript": "^4.0.0" }, "keywords": [ "solidity", "api", "documentation", "automatic", "generator" ], "license": "MIT" }