{
  "name": "@byjohann/vue-i18n",
  "type": "module",
  "version": "1.3.2",
  "packageManager": "pnpm@10.32.1",
  "description": "Lightweight internationalization plugin for Vue",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://github.com/johannschopplich/vue-i18n#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johannschopplich/vue-i18n.git"
  },
  "bugs": {
    "url": "https://github.com/johannschopplich/vue-i18n/issues"
  },
  "keywords": [
    "vue",
    "i18n",
    "translation",
    "localization"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest",
    "test:types": "vue-tsc --noEmit",
    "release": "bumpp"
  },
  "peerDependencies": {
    "vue": "^3"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^7.7.2",
    "@types/node": "^24.12.0",
    "@vitejs/plugin-vue": "^6.0.5",
    "bumpp": "^10.4.1",
    "eslint": "^10.0.3",
    "eslint-flat-config-utils": "^3.0.2",
    "tsdown": "^0.21.2",
    "typescript": "^5.9.3",
    "vite": "^8.0.0",
    "vitest": "^4.1.0",
    "vue": "^3.5.30",
    "vue-tsc": "^3.2.5"
  }
}
