{
  "name": "zignis-plugin-read-extend-format-wechat",
  "version": "0.0.6",
  "main": "index.js",
  "license": "MIT",
  "peerDependencies": {
    "zignis": "^1.8.22"
  },
  "devDependencies": {
    "@types/node": "^12.12.9",
    "@typescript-eslint/eslint-plugin": "^2.8.0",
    "@typescript-eslint/parser": "^2.8.0",
    "eslint": "^6.6.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "markdown-nice": "^0.1.7",
    "parcel-bundler": "^1.12.4",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "rimraf": "^3.0.0",
    "typescript": "^3.7.2"
  },
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc",
    "clean": "rimraf lib",
    "postversion": "git push && git push --tags",
    "prepare": "npm run clean && npm run build",
    "wechat:dev": "parcel views/index.html",
    "wechat:build": "parcel build views/index.js -d assets --no-source-maps --no-content-hash"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "boxen": "^4.1.0",
    "chalk": "^3.0.0",
    "koa": "^2.11.0",
    "koa-router": "^7.4.0",
    "koa-static": "^5.0.0",
    "koa-views": "^6.2.1",
    "lodash": "^4.17.15",
    "nunjucks": "^3.2.0",
    "open": "^7.0.0"
  }
}
