{
  "name": "@jupri-lab/i18n-core",
  "version": "2.1.4",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "description": "Speak Easy. Effortless Internationalization for Your JavaScript Apps",
  "scripts": {
    "build:watch": "tsc --watch",
    "build": "rollup -c",
    "test": "jest",
    "test:translationManager": "jest __tests__/translationManager.spec.ts",
    "test:i18n": "jest __tests__/i18n.spec.ts",
    "test:eventManager": "jest __tests__/eventManager.spec.ts",
    "test:languageManager": "jest __tests__/languageManager.spec.ts"
  },
  "files": [
    "dist/*",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "keywords": [
    "jupri",
    "jupri-lab",
    "juprilab",
    "i18n",
    "translation",
    "internationalization"
  ],
  "license": "MIT",
  "author": {
    "name": "Mikhael Esa",
    "email": "mikhaelesaa@gmail.com"
  },
  "repository": {
    "url": "https://github.com/JupriLab/i18n.git",
    "directory": "packages/i18n-core",
    "type": "git"
  },
  "homepage": "https://github.com/JupriLab/i18n",
  "bugs": {
    "url": "https://github.com/JupriLab/i18n/issues"
  }
}
