{
  "name": "vtmd",
  "version": "2.0.0",
  "description": "vue 转 md",
  "main": "index.js",
  "scripts": {
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "bin": {
    "vtmd": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rywaroy/vtmd.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rywaroy/vtmd/issues"
  },
  "homepage": "https://github.com/rywaroy/vtmd#readme",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.3",
    "jsdoc": "^3.6.2",
    "webpack-dev-middleware": "^3.7.0"
  },
  "dependencies": {
    "@babel/generator": "^7.7.2",
    "@babel/parser": "^7.4.5",
    "@babel/traverse": "^7.4.5",
    "babel-types": "^6.26.0",
    "colors": "^1.4.0",
    "commander": "^2.20.0",
    "single-line-log": "^1.1.2",
    "vue-template-compiler": "^2.6.10"
  }
}
