{
  "name": "svelte-i18next",
  "version": "2.2.2",
  "type": "module",
  "author": "Nishu Goel <nishu0505@gmail.com>",
  "description": "Svelte wrapper for i18next",
  "keywords": [
    "svelte",
    "i18n",
    "i18next"
  ],
  "homepage": "https://github.com/NishuGoel/svelte-i18next",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NishuGoel/svelte-i18next.git"
  },
  "bugs": {
    "url": "https://github.com/NishuGoel/svelte-i18next/issues"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "files": [
    "package.json",
    "**/*.js",
    "**/*.js.map",
    "**/*.d.ts",
    "**/*.ts"
  ],
  "devDependencies": {
    "@jest/types": "^29.5.0",
    "@types/jest": "^29.5.1",
    "@types/node": "^18.16.6",
    "i18next": "*",
    "jest": "^29.5.0",
    "svelte": "*",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "build": "tsc",
    "validate": "svelte-check",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "peerDependencies": {
    "i18next": "*",
    "svelte": "*"
  }
}
