{
  "name": "@usejunior/odf-core",
  "version": "0.19.1",
  "description": "OpenDocument Format (.odt) core library: archive packaging, document view, surgical text replacement, and tracked-changes comparison",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean:dist": "node -e \"const { rmSync } = require('node:fs'); rmSync('dist', { recursive: true, force: true });\"",
    "build": "npm run clean:dist && tsc -p tsconfig.build.json",
    "dev": "tsc -p tsconfig.build.json --watch",
    "test": "node ../../node_modules/vitest/vitest.mjs",
    "test:run": "node ../../node_modules/vitest/vitest.mjs run",
    "lint": "tsc --noEmit"
  },
  "dependencies": {
    "@usejunior/docx-core": "^0.19.1",
    "@xmldom/xmldom": "^0.9.10",
    "jszip": "^3.10.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "typescript": "^5.7.2",
    "vitest": "^4.1.8"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UseJunior/safe-docx"
  },
  "homepage": "https://github.com/UseJunior/safe-docx/tree/main/packages/odf-core",
  "bugs": {
    "url": "https://github.com/UseJunior/safe-docx/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "NOTICE"
  ],
  "keywords": [
    "odf",
    "opendocument",
    "odt",
    "libreoffice",
    "track-changes",
    "comparison",
    "document-editing",
    "mcp"
  ],
  "license": "Apache-2.0"
}
