{
  "name": "vite-add-vue-router",
  "version": "0.0.2",
  "description": "Add vue-router to a create-vue based project",
  "main": "index.js",
  "author": "Antony Konstantinidis",
  "type": "module",
  "files": [
    "index.js"
  ],
  "repository": {
    "url": "https://github.com/antony-k1208/vite-add-vue-router"
  },
  "bugs": {
    "url": "https://github.com/antony-k1208/vite-add-vue-router/issues"
  },
  "license": "MIT",
  "bin": {
    "vite-add-vue-router": "./index.js"
  },
  "keywords": [
    "vite",
    "vue3",
    "typescript",
    "ts",
    "vue-router",
    "scaffold",
    "plugin",
    "create-vue"
  ],
  "dependencies": {
    "await-exec": "^0.1.2",
    "prompts": "^2.4.2"
  }
}