{
  "name": "@firstpick/pi-extension-docx",
  "version": "0.1.4",
  "description": "Fail-closed DOCX inspection, rendering, transactional editing, diffing, validation, and commit tools for Pi agents.",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/Firstp1ck/pi-coding-agent-forge/tree/main/pi-extension-docx#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Firstp1ck/pi-coding-agent-forge.git",
    "directory": "pi-extension-docx"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "skill",
    "word",
    "docx",
    "ooxml"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "check": "tsc -p tsconfig.json && node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --experimental-strip-types scripts/check.mjs",
    "test": "tsx --test tests/*.test.mjs",
    "test:engine": "node scripts/test-engine.mjs",
    "test:corpus": "tsx tests/corpus/corpus.test.mjs",
    "test:pi-modes": "tsx tests/pi/mode-harness.mjs",
    "pack:dry": "npm pack --dry-run"
  },
  "dependencies": {
    "@firstpick/pi-utils": "^0.2.4",
    "@llamaindex/liteparse": "2.0.1",
    "@xmldom/xmldom": "^0.9.10",
    "fflate": "^0.8.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.84.0",
    "@earendil-works/pi-tui": "^0.80.6",
    "@types/node": "^24.12.4",
    "tsx": "^4.23.1",
    "typebox": "^1.3.6",
    "typescript": "^5.9.3"
  },
  "files": [
    "index.ts",
    "src",
    "engine",
    "skills",
    "scripts",
    "docs",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "engines": {
    "node": ">=24.0.0"
  }
}
