{
  "name": "next-docify",
  "version": "2.2.4",
  "description": "Seamless static site generator with Next.js",
  "main": "index.js",
  "author": "youchao.liu",
  "license": "MIT",
  "scripts": {
    "build": "taskr",
    "analyze": "cross-env ANALYZE=1 next build",
    "lint": "eslint --ext .js pages components",
    "test": "jest --coverage"
  },
  "bin": {
    "next-docify": "./dist/bin/next-docify"
  },
  "dependencies": {
    "babel-jest": "^22.4.3",
    "babel-plugin-dynamic-import-node": "^1.2.0",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "chalk": "^2.3.2",
    "colors": "^1.2.1",
    "commander": "^2.15.1",
    "cross-env": "^5.1.4",
    "cross-spawn": "^6.0.5",
    "escape-string-regexp": "^1.0.5",
    "express": "^4.16.3",
    "fs-extra": "^5.0.0",
    "glob": "^7.1.2",
    "highlight.js": "^9.12.0",
    "limax": "^1.6.0",
    "memory-fs": "^0.4.1",
    "mkdirp": "^0.5.1",
    "next": "^5.0.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "recursive-copy": "^2.0.9",
    "regenerator-runtime": "^0.11.1",
    "remarkable": "^1.7.1",
    "replacestream": "^4.0.3",
    "rimraf": "^2.6.2",
    "snaker": "^1.3.0",
    "somia": "^1.1.0",
    "tcp-port-used": "^0.1.2",
    "url": "^0.11.0",
    "webpack-bundle-analyzer": "^2.11.1"
  },
  "devDependencies": {
    "@taskr/babel": "^1.1.0",
    "@taskr/clear": "^1.1.0",
    "@taskr/esnext": "^1.1.0",
    "@taskr/watch": "^1.1.0",
    "babel-eslint": "^8.2.2",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4.18.2",
    "eslint-loader": "^2.0.0",
    "jest": "^22.4.3",
    "taskr": "^1.1.0"
  },
  "jest": {
    "roots": [
      "<rootDir>/lib/"
    ],
    "testMatch": [
      "**/__tests__/**/*.js?(x)"
    ]
  },
  "files": [
    "dist/*",
    "with-next-docify-config.js",
    "dynamic-site-import-plugin.js"
  ],
  "keywords": [
    "static-site-generator",
    "doc-content-splitting",
    "Next.js"
  ],
  "repository": "https://github.com/ryuever/next-docify"
}
