{
  "name": "@tolgee/core",
  "version": "7.0.0",
  "description": "Library providing ability to translate messages directly in context of developed application.",
  "main": "./dist/tolgee.cjs.js",
  "module": "./dist/tolgee.esm.js",
  "svelte": "./dist/tolgee.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,
  "exports": {
    ".": {
      "require": "./dist/tolgee.cjs.js",
      "module": "./dist/tolgee.esm.js",
      "import": "./dist/tolgee.esm.mjs",
      "svelte": "./dist/tolgee.esm.mjs",
      "types": "./lib/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "directories": {
    "lib": "lib",
    "dist": "dist"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js && tsc --declaration --emitDeclarationOnly --project tsconfig.prod.json",
    "clean": "rm -rf dist lib",
    "test": "jest --collect-coverage --runInBand",
    "develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --declaration --emitDeclarationOnly --watch --preserveWatchOutput --project tsconfig.prod.json\" ",
    "dev": "npm run develop",
    "tsc": "tsc --noEmit"
  },
  "author": "Tolgee",
  "license": "MIT",
  "files": [
    "lib/**/*",
    "dist/**/*",
    "src/**/*"
  ],
  "devDependencies": {
    "@rollup/plugin-node-resolve": "13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-typescript": "8.3.4",
    "@testing-library/jest-dom": "^5.16.5",
    "@types/jest": "^29.5.0",
    "@types/node": "^17.0.8",
    "@types/testing-library__jest-dom": "^5.14.5",
    "concurrently": "7.3.0",
    "intl-messageformat": "^10.7.3",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-fetch-mock": "^3.0.3",
    "jsdom": "^20.0.0",
    "rollup": "^2.56.3",
    "rollup-plugin-bundle-size": "^1.0.3",
    "rollup-plugin-terser": "7.0.2",
    "rollup-plugin-visualizer": "^5.8.0",
    "ts-jest": "^29.4.6",
    "typescript": "^4.9.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "gitHead": "23591f6b53bcc546aa349977169b980d1cf12f31"
}
