{
  "name": "@embra/i18n",
  "version": "0.0.10",
  "description": "A lightweight, reactive internationalization library.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/embrajs/i18n.git"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "typesVersions": {
    "*": {
      "react": [
        "dist/react.d.cts"
      ]
    }
  },
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    },
    "./react": {
      "require": {
        "types": "./dist/react.d.cts",
        "default": "./dist/react.cjs"
      },
      "import": {
        "types": "./dist/react.d.mts",
        "default": "./dist/react.mjs"
      }
    },
    "./astro": {
      "types": "./src/astro/index.d.ts",
      "import": "./src/astro/index.js",
      "default": "./src/astro/index.js"
    },
    "./astro/Trans.astro": "./src/astro/Trans.astro"
  },
  "sideEffects": false,
  "files": [
    "src",
    "dist",
    "llms.txt"
  ],
  "author": {
    "name": "CRIMX",
    "email": "straybugs@gmail.com",
    "url": "https://github.com/crimx/"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "lint": "biome check",
    "lint:fix": "biome check --write",
    "lint:ci": "biome ci",
    "ts-check": "tsc --noEmit",
    "astro-check": "astro-check --minimumSeverity error",
    "ts-watch": "tsc --noEmit -w",
    "docs": "typedoc --options typedoc.json && biome format --write --config-path=biome.docs.json --files-ignore-unknown=true docs && export-size-svg",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ci": "vitest run --coverage --coverage.reportsDirectory='./docs/coverage'",
    "build": "tsdown --config tsdown.config.ts && tsdown --config tsdown.react.config.ts",
    "release": "commit-and-tag-version"
  },
  "keywords": [
    "astro",
    "astro-component",
    "internationalization",
    "i18n",
    "translation",
    "localization",
    "l10n",
    "globalization",
    "gettext",
    "observable",
    "react",
    "reactive"
  ],
  "license": "MIT",
  "devDependencies": {
    "@astrojs/check": "^0.9.9",
    "@biomejs/biome": "^2.4.16",
    "@embra/reactivity": "^0.0.8",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^25.9.1",
    "@types/react": "^19.2.16",
    "@types/react-dom": "^19.2.3",
    "@vitest/coverage-v8": "^4.1.8",
    "astro": "^6.4.2",
    "commit-and-tag-version": "^12.7.3",
    "export-size-svg": "^0.0.7",
    "jsdom": "^29.1.1",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "tsdown": "^0.22.1",
    "typedoc": "^0.28.19",
    "typescript": "^6.0.3",
    "vitest": "^4.0.6"
  },
  "peerDependencies": {
    "@embra/reactivity": "<=1",
    "@types/react": ">=18.0.0",
    "astro": ">=4.0.0",
    "react": ">=18.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "astro": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  }
}
