{
  "name": "@uniweb/unipress",
  "version": "0.5.14",
  "description": "Compile a content directory into a document (PDF, EPUB, Paged.js HTML, Typst source bundle, DOCX, XLSX) using a Uniweb foundation. Five built-in templates: book, monograph, report, data-report, directory.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "unipress": "src/cli.js"
  },
  "exports": {
    ".": "./src/index.js"
  },
  "files": [
    "src",
    "docs",
    "README.md",
    "CHANGELOG.md",
    "RELEASING.md"
  ],
  "keywords": [
    "uniweb",
    "unipress",
    "cli",
    "document",
    "docx",
    "xlsx",
    "pdf",
    "typst",
    "foundation"
  ],
  "author": "Proximify",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uniweb/unipress.git"
  },
  "homepage": "https://github.com/uniweb/unipress#readme",
  "bugs": {
    "url": "https://github.com/uniweb/unipress/issues"
  },
  "engines": {
    "node": ">=20.19"
  },
  "dependencies": {
    "handlebars": "^4.7.8",
    "js-yaml": "^4.1.0",
    "prompts": "^2.4.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "@uniweb/runtime": "0.8.42",
    "@uniweb/core": "0.7.34",
    "@uniweb/build": "0.15.14",
    "@uniweb/semantic-parser": "1.1.21",
    "@uniweb/content-reader": "1.1.19"
  },
  "devDependencies": {
    "vitest": "^4.1.7"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "echo \"no lint yet\" && exit 0",
    "audit:docs": "node scripts/audit-documents.js"
  }
}