{
  "name": "vue-i18n-routing",
  "description": "The i18n routing with using vue-i18n",
  "version": "0.13.0",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "typecheck": "tsc -p . --noEmit",
    "switch:2": "vue-demi-switch 2 vue2 && vue-router-switch 3 vue-router3 && vue-i18n-switch 8 vue-i18n-legacy",
    "switch:3": "vue-demi-switch 3 && vue-router-switch 4 && vue-i18n-switch 9",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:cover": "vitest --coverage",
    "build:docs": "api-docs-gen ./temp/vue-i18n-routing.api.json -c ./docsgen.config.js -o ./ -g noprefix"
  },
  "dependencies": {
    "@intlify/shared": "next",
    "@intlify/vue-i18n-bridge": "^0.8.0",
    "@intlify/vue-router-bridge": "^0.8.0",
    "ufo": "^1.0.0",
    "vue-demi": "^0.13.11"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.31.1",
    "api-docs-gen": "^0.4.0",
    "typescript": "^4.8.4",
    "vite": "^3.2.2",
    "vite-plugin-dts": "^0.9.6",
    "vitest": "^0.25.2",
    "vue": "^3.2.27",
    "vue-i18n": "npm:vue-i18n@next",
    "vue-i18n-bridge": "next",
    "vue-i18n-legacy": "npm:vue-i18n@8",
    "vue-router": "^4.1.5",
    "vue-router3": "npm:vue-router@3.5.4",
    "vue-template-compiler": "^2.6.14",
    "vue2": "npm:vue@2.6.14"
  },
  "peerDependencies": {
    "vue": "^2.6.14 || ^2.7.0 || ^3.2.0",
    "vue-i18n": "^8.26.1 || ^9.2.0 || ^9.3.0-beta.10",
    "vue-i18n-bridge": "^9.2.0 || ^9.3.0-beta.10",
    "vue-router": "^3.5.3 || ^3.6.0 || ^4.0.0",
    "@vue/composition-api": "^1.0.0-rc.1"
  },
  "peerDependenciesMeta": {
    "vue": {
      "optional": true
    },
    "vue-i18n": {
      "optional": true
    },
    "vue-i18n-bridge": {
      "optional": true
    },
    "vue-router": {
      "optional": true
    },
    "@vue/composition-api": {
      "optional": true
    }
  },
  "keywords": [
    "i18n",
    "internationalization",
    "intlify",
    "routing"
  ],
  "files": [
    "dist",
    "index.mjs",
    "types.d.ts",
    "LICENSE",
    "README.md"
  ],
  "main": "./dist/vue-i18n-routing.js",
  "module": "./dist/vue-i18n-routing.mjs",
  "unpkg": "dist/vue-i18n-routing.iife.js",
  "jsdelivr": "dist/vue-i18n-routing.iife.js",
  "types": "dist/vue-i18n-routing.d.ts",
  "exports": {
    ".": {
      "import": {
        "node": "./index.mjs",
        "default": "./dist/vue-i18n-routing.mjs"
      },
      "require": "./dist/vue-i18n-routing.js",
      "types": "./dist/vue-i18n-routing.d.ts"
    },
    "./vue-i18n": {
      "types": "./dist/vue-i18n.d.ts"
    },
    "./types": {
      "types": "./types.d.ts"
    },
    "./package.json": "./package.json",
    "./dist/*": "./dist/*"
  },
  "license": "MIT",
  "author": {
    "name": "kazuya kawaguchi",
    "email": "kawakazu80@gmail.com"
  },
  "funding": "https://github.com/sponsors/kazupon",
  "homepage": "https://github.com/intlify/routing/tree/main/packages/vue-i18n-routing#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/intlify/routing.git",
    "directory": "packages/vue-i18n-routing"
  },
  "bugs": {
    "url": "https://github.com/intlify/routing/issues"
  },
  "engines": {
    "node": ">= 14.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false
}
