{
  "name": "dokuinjs",
  "version": "1.3.5",
  "description": "The only documentation generator at ease!",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "build:watch": "tsc -w"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "dokuin": "./bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dokuin/dokuinjs.git"
  },
  "keywords": [
    "documentation",
    "cli"
  ],
  "author": "DokuIn Developers",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dokuin/dokuinjs/issues"
  },
  "homepage": "https://github.com/dokuin/dokuinjs#readme",
  "dependencies": {
    "@types/json2md": "^1.5.0",
    "axios": "^0.19.2",
    "boxen": "^4.2.0",
    "build-url": "^2.0.0",
    "chalk": "^3.0.0",
    "charm": "^1.0.2",
    "clear": "^0.1.0",
    "colors": "^1.4.0",
    "enquirer": "^2.3.4",
    "esm": "^3.2.25",
    "figlet": "^1.3.0",
    "inquirer": "^7.1.0",
    "json2md": "^1.7.0",
    "ora": "^4.0.3"
  },
  "devDependencies": {
    "typescript": "^3.8.3"
  }
}
