{
  "name": "@romcal/calendar.general-roman",
  "version": "3.0.0-alpha.0",
  "description": "Localized romcal calendar for GeneralRoman",
  "main": "./cjs/index.js",
  "module": "./esm/index.mjs",
  "typings": "./index.d.ts",
  "engines": {
    "node": "^14.16 || >=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/romcal/romcal.git"
  },
  "keywords": [
    "roman",
    "catholic",
    "calendar",
    "latin",
    "western",
    "church",
    "christian",
    "seasons",
    "liturgical"
  ],
  "author": "The Romcal Team (https://github.com/romcal/romcal)",
  "bugs": {
    "url": "https://github.com/romcal/romcal/issues"
  },
  "homepage": "https://github.com/romcal/romcal/blob/master/README.md",
  "peerDependencies": {
    "romcal": "3.0.0-alpha.0"
  },
  "license": "MIT"
}