{
  "name": "vue-router-push",
  "version": "0.0.9",
  "description": "One line command, write router file and create new page file.",
  "author": "ignorezyt",
  "license": "MIT",
  "homepage": "https://github.com/pageignore/vue-router-push",
  "repository": {
    "type": "git",
    "url": "https://github.com/pageignore/vue-router-push.git"
  },
  "bugs": {
    "url": "https://github.com/pageignore/vue-router-push/issues"
  },
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "bin": {
    "vrp": "bin/index.mjs"
  },
  "type": "module",
  "devDependencies": {
    "@babel/generator": "^7.19.0",
    "@babel/parser": "^7.19.1",
    "@babel/types": "^7.19.0",
    "fast-glob": "^3.2.12"
  },
  "keywords": ["vue", "vue-router", "router-page", "router-auto", "vue-route", "vue-route-push"]
}
