{
  "name": "@salaxy/i18n",
  "description": "Salaxy internationalization library",
  "version": "1.0.0",
  "type": "module",
  "author": "Palkkaus.fi / Salaxy team (Payroll Finland ltd.)",
  "keywords": ["Salaxy", "Palkkaus", "payroll"],
  "main": "./index.cjs",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "exports": {
    ".": {
      "require": "./index.cjs",
      "import": "./index.js",
      "types": "./index.d.ts"
    }
  }
}
