{
  "name": "@nuxtjs/i18n",
  "type": "module",
  "version": "10.3.0",
  "description": "Internationalization for Nuxt",
  "contributors": [
    {
      "name": "Paul Gascou-Vaillancourt (@paulgv)"
    },
    {
      "name": "Rafal Chlodnicki (@rchl)"
    },
    {
      "name": "Kazuya Kawaguchi (@kazupon)"
    },
    {
      "name": "Bobbie Goede (@BobbieGoede)"
    }
  ],
  "license": "MIT",
  "homepage": "https://i18n.nuxtjs.org",
  "funding": "https://github.com/sponsors/bobbiegoede",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-modules/i18n.git"
  },
  "bugs": {
    "url": "https://github.com/nuxt-modules/i18n/issues"
  },
  "keywords": [
    "nuxt",
    "i18n",
    "internationalization",
    "nuxt-module"
  ],
  "exports": {
    ".": "./dist/module.mjs",
    "./package.json": "./package.json"
  },
  "imports": {
    "#i18n": "./dist/runtime/composables/index.js",
    "#i18n-kit/*": "./dist/runtime/kit/*.js",
    "#internal-i18n-types": "./dist/types.d.mts"
  },
  "main": "./dist/module.mjs",
  "files": [
    "dist",
    "internals.d.ts"
  ],
  "resolutions": {
    "@nuxtjs/i18n": "workspace:*"
  },
  "dependencies": {
    "@intlify/core": "^11.2.8",
    "@intlify/h3": "^0.7.4",
    "@intlify/shared": "^11.2.8",
    "@intlify/unplugin-vue-i18n": "^11.1.2",
    "@intlify/utils": "^0.14.1",
    "@miyaneee/rollup-plugin-json5": "^1.2.0",
    "@nuxt/kit": "^4.4.2",
    "@rollup/plugin-yaml": "^4.1.2",
    "@vue/compiler-sfc": "^3.5.22",
    "defu": "^6.1.4",
    "devalue": "^5.1.1",
    "h3": "^1.15.4",
    "knitwork": "^1.2.0",
    "magic-string": "^0.30.21",
    "mlly": "^1.7.4",
    "nuxt-define": "^1.0.0",
    "oxc-parser": "^0.112.0",
    "oxc-transform": "^0.112.0",
    "oxc-walker": "^0.7.0",
    "pathe": "^2.0.3",
    "ufo": "^1.6.1",
    "unplugin": "^2.3.11",
    "unrouting": "^0.1.5",
    "unstorage": "^1.16.1",
    "vue-i18n": "^11.1.11",
    "vue-router": "^5.0.4"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^1.15.2",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.2",
    "bumpp": "^10.2.0",
    "consola": "^3.4.2",
    "eslint": "^9.32.0",
    "eslint-plugin-perfectionist": "^4.15.1",
    "eslint-typegen": "^2.3.0",
    "get-port-please": "^3.2.0",
    "jiti": "^2.5.1",
    "knip": "5.62.0",
    "nitropack": "^2.13.1",
    "nuxt": "^4.4.2",
    "ofetch": "^1.4.1",
    "playwright-core": "^1.54.1",
    "scule": "^1.3.0",
    "tinyexec": "^1.0.1",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.0",
    "undici": "^7.12.0",
    "vitest": "^3.2.4",
    "vue": "^3.5.30"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.11.1"
  },
  "scripts": {
    "build": "nuxt-module-build prepare && nuxt-module-build build .",
    "stub": "nuxt-module-build build --stub .",
    "release": "bumpp --commit \"release: v%s\" --push --tag",
    "dev": "nuxt dev playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
    "dev:build": "nuxt build playground",
    "dev:generate": "nuxt generate playground",
    "dev:preview": "nuxt preview playground",
    "docs:generate": "pnpm run --filter docs generate",
    "docs:dev": "pnpm run --filter docs dev",
    "lint": "eslint . --cache",
    "lint:fix": "eslint . --cache --fix",
    "lint:knip": "knip --workspace .",
    "test": "nuxt-module-build prepare && pnpm test:types && pnpm test:unit && pnpm test:e2e",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest run test -c vitest.config.test.ts",
    "test:e2e": "vitest run specs"
  }
}