{
  "name": "@dapp-stack/doc",
  "version": "0.1.0",
  "engines": {
    "node": ">=8.11"
  },
  "description": "Generate markdown documentation from the solidity contracts",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc",
    "clean": "shx rm -rf lib",
    "lint": "tslint --fix --project .",
    "doc": "typedoc --options ../../typedoc.json --out ../../documentation/doc"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com:Dapp-Stack/Dapp-Stack.git"
  },
  "keywords": [
    "web3",
    "DApp Stack",
    "typescript",
    "ts",
    "markdown",
    "documentation",
    "solidity"
  ],
  "author": {
    "name": "John Solon",
    "email": "john.solon12@gmail.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Dapp-Stack/Dapp-Stack/issues"
  },
  "homepage": "https://dapp-stack.org",
  "devDependencies": {
    "@types/fs-extra": "^5.0.4",
    "@types/signale": "^1.2.0",
    "shx": "^0.2.2",
    "tslint": "5.11.0",
    "typedoc": "^0.13.0",
    "typescript": "3.1.1"
  },
  "dependencies": {
    "@dapp-stack/environment": "^0.1.0",
    "fs-extra": "^7.0.0",
    "sha1-file": "^1.0.1",
    "signale": "^1.2.1",
    "solidity-parser-antlr": "^0.3.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
