{
  "name": "@tolgee/i18next",
  "version": "7.2.1",
  "description": "Tolgee i18n integration.",
  "main": "./dist/tolgee-i18next.cjs.js",
  "module": "./dist/tolgee-i18next.esm.js",
  "svelte": "./dist/tolgee-i18next.esm.mjs",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/tolgee/tolgee-js"
  },
  "homepage": "https://tolgee.io",
  "keywords": [
    "localization",
    "internationalization",
    "l10n",
    "i18n",
    "translation",
    "languages"
  ],
  "declaration": true,
  "directories": {
    "lib": "lib",
    "dist": "dist"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js && tsc --project tsconfig.prod.json",
    "clean": "rm -rf build build-e2e dist dist-e2e lib",
    "test": "jest --collect-coverage --runInBand",
    "develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --watch --preserveWatchOutput --project tsconfig.prod.json\" ",
    "schema": "openapi-typescript http://localhost:8080/v3/api-docs/All%20Internal%20-%20for%20Tolgee%20Web%20application --output ./src/types/apiSchema.generated.ts",
    "typedoc": "typedoc --entryPointStrategy expand --out docs src/index.ts src/Tolgee.ts src/types.ts src/services/EventEmitter.ts  src/services/Subscription.ts"
  },
  "author": "JanCizmar",
  "license": "MIT",
  "files": [
    "index.js",
    "lib/**/*",
    "dist/**/*",
    "src/**/*"
  ],
  "devDependencies": {
    "@rollup/plugin-typescript": "8.3.4",
    "@testing-library/dom": "^8.7.1",
    "@testing-library/jest-dom": "^5.11.4",
    "@tolgee/testing": "7.2.1",
    "@types/jest": "^29.5.0",
    "@types/node": "^18.6.1",
    "concurrently": "7.3.0",
    "i18next": "^23.5.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-fetch-mock": "^3.0.3",
    "rollup": "^2.78.1",
    "rollup-plugin-bundle-size": "^1.0.3",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "7.0.2",
    "ts-jest": "^29.4.6",
    "tslib": "^2.3.1",
    "typedoc": "0.22.10",
    "typedoc-plugin-markdown": "3.11.7",
    "typescript": "4.7.4"
  },
  "gitHead": "12da7cf5dc880c708ff6cdbf959248e9a36f32ed",
  "peerDependencies": {
    "i18next": "*"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./dist/tolgee-i18next.cjs.js",
      "module": "./dist/tolgee-i18next.esm.js",
      "import": "./dist/tolgee-i18next.esm.mjs",
      "svelte": "./dist/tolgee-i18next.esm.mjs"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@tolgee/web": "7.2.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
