{
  "name": "@codexcommunion/prayer-collection",
  "version": "2.1.3",
  "description": "A comprehensive collection of traditional Roman Catholic prayers in multiple languages, organized as structured JSON files.",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "prayers/**/*.json",
    "index.js",
    "index.d.ts",
    "lib/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "generate-static": "node scripts/generate-static-data.js",
    "build": "npm run generate-static && node scripts/build.js",
    "validate": "node scripts/validate.js",
    "validate:schema": "node scripts/validate-with-schema.js",
    "test": "node scripts/test.js",
    "test:browser": "node scripts/test-browser-compatibility.js",
    "test:all": "npm test && npm run test:browser",
    "prepublishOnly": "npm run build && npm run validate"
  },
  "keywords": [
    "catholic",
    "prayers",
    "religion",
    "christianity",
    "latin",
    "multilingual",
    "i18n",
    "devotional",
    "liturgical",
    "marian",
    "saints",
    "json",
    "api"
  ],
  "author": "CodexCommunion",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/codexcommunion/prayer-collection.git"
  },
  "bugs": {
    "url": "https://github.com/codexcommunion/prayer-collection/issues"
  },
  "homepage": "https://github.com/codexcommunion/prayer-collection#readme",
  "engines": {
    "node": ">=12.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "ajv": "^8.17.1"
  }
}
