{
  "name": "@astrolicious/i18n",
  "version": "0.6.1",
  "description": "Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.",
  "author": {
    "email": "contact@florian-lefebvre.dev",
    "name": "Florian Lefebvre",
    "url": "https://florian-lefebvre.dev"
  },
  "license": "MIT",
  "keywords": [
    "astro-integration",
    "astro-component",
    "withastro",
    "astro",
    "i18n",
    "i18next",
    "seo"
  ],
  "homepage": "https://github.com/astrolicious/i18n",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./internal": {
      "types": "./dist/internal.d.ts",
      "default": "./dist/internal.js"
    },
    "./content-collections": {
      "types": "./dist/content-collections.d.ts",
      "default": "./dist/content-collections.js"
    },
    "./components/I18nClient.astro": "./assets/components/I18nClient.astro",
    "./components/I18nHead.astro": "./assets/components/I18nHead.astro"
  },
  "files": [
    "dist",
    "assets"
  ],
  "type": "module",
  "peerDependencies": {
    "astro": "^4.14.0 || ^5.0.0",
    "i18next": "^23.0.0"
  },
  "dependencies": {
    "@inox-tools/aik-route-config": "^0.7.1",
    "astro-integration-kit": "^0.16.1",
    "astro-pages": "^0.3.0",
    "sitemap": "^7.1.1",
    "typescript": "^5.4.5",
    "ufo": "^1.5.3",
    "vite": "^5.2.10"
  },
  "devDependencies": {
    "@types/node": "^20.12.7",
    "tsup": "^8.0.2"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup"
  }
}