{
  "name": "solidity-docgen",
  "version": "0.3.0",
  "description": "Solidity API documentation automatic generator.",
  "bin": {
    "solidity-docgen": "./dist/cli.js"
  },
  "files": [
    "dist",
    "contract.hbs",
    "prelude.hbs"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test": "tsc && ava",
    "test:watch": "concurrently -krs first -n ava,tsc 'ava --watch' 'tsc --watch --preserveWatchOutput'",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@oclif/command": "^1.5.17",
    "@oclif/config": "^1.13.2",
    "@oclif/errors": "^1.2.2",
    "@oclif/plugin-help": "^2.2.0",
    "execall": "^2.0.0",
    "fs-extra": "^8.1.0",
    "globby": "^9.2.0",
    "handlebars": "^4.1.2",
    "lodash": "^4.17.14",
    "minimatch": "^3.0.4",
    "semver": "^6.2.0",
    "solc": "^0.5.10",
    "typescript": "^3.5.3"
  },
  "devDependencies": {
    "@types/fs-extra": "^8.0.0",
    "@types/lodash": "^4.14.136",
    "@types/minimatch": "^3.0.3",
    "@types/node": "^12.6.2",
    "@types/semver": "^6.0.1",
    "ava": "^2.2.0",
    "concurrently": "^4.1.1"
  },
  "keywords": [
    "solidity",
    "api",
    "documentation",
    "automatic",
    "generator"
  ],
  "license": "MIT"
}
