{
  "name": "@hebcal/locales",
  "version": "6.5.2",
  "description": "Translations for Hebcal events in multiple languages",
  "module": "dist/index.js",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hebcal/hebcal-locales.git"
  },
  "author": "Michael J. Radwin (https://github.com/mjradwin)",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/hebcal/hebcal-locales/issues"
  },
  "homepage": "https://github.com/hebcal/hebcal-locales#readme",
  "dependencies": {
    "@hebcal/hdate": "^0.22.7"
  },
  "files": [
    "dist",
    "po"
  ],
  "scripts": {
    "build:rollup": "rollup -c",
    "po2json": "node ./po2json.js po/*.po",
    "build": "npm run po2json && npm run build:rollup",
    "prepublish": "npm run build",
    "test": "node --test"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^1.0.0",
    "gettext-parser": "^9.1.1",
    "rollup": "^4.62.3"
  }
}
