{
  "name": "i18n-inflect",
  "version": "0.6.0",
  "description": "Grammatical inflection and agreement for i18n — articles, case suffixes, particles — in the browser, Node.js, and Cordova. API inspired by Apple's Morphology / automatic grammar agreement.",
  "license": "MIT",
  "type": "module",
  "sideEffects": [
    "./dist/de/index.cjs",
    "./dist/de/index.js",
    "./dist/en/index.cjs",
    "./dist/en/index.js",
    "./dist/es/index.cjs",
    "./dist/es/index.js",
    "./dist/fr/index.cjs",
    "./dist/fr/index.js",
    "./dist/hu/index.cjs",
    "./dist/hu/index.js",
    "./dist/it/index.cjs",
    "./dist/it/index.js",
    "./dist/ko/index.cjs",
    "./dist/ko/index.js",
    "./dist/pl/index.cjs",
    "./dist/pl/index.js",
    "./dist/pt/index.cjs",
    "./dist/pt/index.js",
    "./dist/ru/index.cjs",
    "./dist/ru/index.js",
    "./dist/tr/index.cjs",
    "./dist/tr/index.js"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./hu": {
      "types": "./dist/hu/index.d.ts",
      "import": "./dist/hu/index.js",
      "require": "./dist/hu/index.cjs"
    },
    "./en": {
      "types": "./dist/en/index.d.ts",
      "import": "./dist/en/index.js",
      "require": "./dist/en/index.cjs"
    },
    "./de": {
      "types": "./dist/de/index.d.ts",
      "import": "./dist/de/index.js",
      "require": "./dist/de/index.cjs"
    },
    "./fr": {
      "types": "./dist/fr/index.d.ts",
      "import": "./dist/fr/index.js",
      "require": "./dist/fr/index.cjs"
    },
    "./es": {
      "types": "./dist/es/index.d.ts",
      "import": "./dist/es/index.js",
      "require": "./dist/es/index.cjs"
    },
    "./it": {
      "types": "./dist/it/index.d.ts",
      "import": "./dist/it/index.js",
      "require": "./dist/it/index.cjs"
    },
    "./ko": {
      "types": "./dist/ko/index.d.ts",
      "import": "./dist/ko/index.js",
      "require": "./dist/ko/index.cjs"
    },
    "./package.json": "./package.json",
    "./tr": {
      "types": "./dist/tr/index.d.ts",
      "import": "./dist/tr/index.js",
      "require": "./dist/tr/index.cjs"
    },
    "./pt": {
      "types": "./dist/pt/index.d.ts",
      "import": "./dist/pt/index.js",
      "require": "./dist/pt/index.cjs"
    },
    "./pl": {
      "types": "./dist/pl/index.d.ts",
      "import": "./dist/pl/index.js",
      "require": "./dist/pl/index.cjs"
    },
    "./ru": {
      "types": "./dist/ru/index.d.ts",
      "import": "./dist/ru/index.js",
      "require": "./dist/ru/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "i18n",
    "l10n",
    "inflection",
    "morphology",
    "grammar",
    "agreement",
    "declension",
    "hungarian",
    "korean",
    "article",
    "localization"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i18n-inflect/i18n-inflect-js.git"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Bártházi András <magic@barthazi.hu> (https://github.com/boogie)",
  "homepage": "https://github.com/i18n-inflect/i18n-inflect-js#readme",
  "bugs": {
    "url": "https://github.com/i18n-inflect/i18n-inflect-js/issues"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc -p tsconfig.json"
  }
}