{
  "name": "docs-server",
  "version": "1.6.2",
  "description": "A server which is used to build one of microservices for docs system",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lbwa/docs-server.git"
  },
  "author": "Bowen <mr_lbw@outlook.com>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "ts": "npx tsc",
    "static": "yarn clean && yarn ts && node sample/static",
    "server": "node sample/dev",
    "dev": "yarn clean && yarn run ts && yarn run server",
    "commit": "git add . && git-cz",
    "clean": "rm -vrf dist/*",
    "test": "yarn ts && cross-env NODE_ENV=test npx mocha test/app.spec.js",
    "changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "release": "sh scripts/release.sh"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "glob": "^7.1.2",
    "gray-matter": "^4.0.1",
    "koa": "^2.5.2",
    "koa-compress": "^3.0.0",
    "koa-router": "^7.4.0",
    "koa-send": "^5.0.0",
    "mark-to-json": "^0.3.0"
  },
  "devDependencies": {
    "@types/koa": "^2.0.46",
    "@types/koa-compress": "^2.0.8",
    "@types/koa-router": "^7.0.30",
    "@types/koa-send": "^4.1.1",
    "@types/node": "^10.5.2",
    "chai": "^4.1.2",
    "commitizen": "^2.10.1",
    "conventional-changelog-cli": "^2.0.1",
    "cross-env": "^5.2.0",
    "cz-conventional-changelog": "^2.1.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "supertest": "^3.1.0",
    "typescript": "^2.9.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "bugs": {
    "url": "https://github.com/lbwa/docs-server/issues"
  },
  "homepage": "https://github.com/lbwa/docs-server#readme",
  "keywords": [
    "docs-server",
    "blog",
    "koa",
    "documentation",
    "server",
    "docs",
    "files"
  ],
  "engines": {
    "node": ">=7.5.0"
  }
}
