{
  "name": "i18next-phrase-in-context-editor-post-processor",
  "description": "Plugin for i18next that paires well with Phrase In-Context Editor",
  "version": "1.7.0",
  "source": "index.ts",
  "main": "dist/i18next-phrase-in-context-editor-post-processor.js",
  "unpkg": "dist/i18next-phrase-in-context-editor-post-processor.umd.js",
  "module": "dist/i18next-phrase-in-context-editor-post-processor.module.js",
  "esmodule": "dist/i18next-phrase-in-context-editor-post-processor.modern.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/phrase/i18next-phrase-in-context-editor-post-processor.git",
  "author": "Jakub Freisler <jakubfreisler@phrase.com>",
  "license": "MIT",
  "sideEffects": false,
  "scripts": {
    "build": "microbundle build",
    "start": "microbundle watch",
    "test": "jest test",
    "test.coverage": "yarn test --coverage",
    "lint": "eslint '**/*.ts' --ignore-pattern '**/*.d.ts'",
    "lint.fix": "yarn lint --fix",
    "docs.dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
    "docs.build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs",
    "release": "semantic-release"
  },
  "peerDependencies": {
    "i18next": "^19.5.1 || ^20.6.1 || ^21.6.0 || ^22.0.0 || ^23.0.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@types/jest": "^26.0.3",
    "@typescript-eslint/eslint-plugin": "^2.0.0",
    "@typescript-eslint/parser": "^2.0.0",
    "eslint": "^7.3.1",
    "eslint-config-phrase": "https://github.com/phrase/eslint-config-phrase.git",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "microbundle": "^0.15.1",
    "semantic-release": "^19.0.3",
    "ts-jest": "^29.1.1",
    "typescript": "^4.3.0",
    "vuepress": "^1.9.10",
    "vuepress-plugin-clean-urls": "^1.1.1",
    "vuepress-plugin-seo": "^0.1.3"
  },
  "dependencies": {
    "@sagi.io/globalthis": "^0.0.2"
  },
  "keywords": [
    "i18next",
    "i18next post processor",
    "Phrase",
    "In-Context Editor",
    "translate",
    "translation",
    "i18n",
    "l10n",
    "localization",
    "internationalization"
  ]
}
