{
  "name": "@intlify/vue-router-bridge",
  "version": "0.8.0",
  "description": "Vue Router bridging for Vue 2 & Vue 3",
  "scripts": {
    "postinstall": "node ./scripts/postinstall.js"
  },
  "dependencies": {
    "vue-demi": "^0.13.5"
  },
  "peerDependencies": {
    "vue-router": "^4.0.0-0 || ^3.0.0",
    "@vue/composition-api": "^1.0.0-rc.1"
  },
  "peerDependenciesMeta": {
    "vue-router": {
      "optional": true
    },
    "@vue/composition-api": {
      "optional": true
    }
  },
  "main": "lib/index.cjs",
  "module": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "require": "./lib/index.cjs",
      "import": "./lib/index.mjs"
    },
    "./*": "./*"
  },
  "keywords": [
    "vue",
    "vuejs",
    "vue-router",
    "router",
    "bridge",
    "bridging",
    "stub",
    "routing"
  ],
  "files": [
    "lib",
    "bin",
    "scripts",
    "LICENSE",
    "README.md"
  ],
  "bin": {
    "vue-router-fix": "bin/fix.js",
    "vue-router-switch": "bin/switch.js"
  },
  "license": "MIT",
  "author": {
    "name": "kazuya kawaguchi",
    "email": "kawakazu80@gmail.com"
  },
  "funding": "https://github.com/sponsors/kazupon",
  "homepage": "https://github.com/intlify/bridging/tree/main/packages/vue-router-bridge#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/intlify/bridging.git",
    "directory": "packages/vue-router-bridge"
  },
  "bugs": {
    "url": "https://github.com/intlify/bridging/issues"
  },
  "engines": {
    "node": ">= 12"
  },
  "publishConfig": {
    "access": "public"
  }
}
