{
  "name": "@firstpick/pi-extension-workbook",
  "version": "0.1.5",
  "description": "High-fidelity, fail-closed XLSX/XLSM inspection, rendering, editing, diffing, and validation tools for Pi agents.",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/Firstp1ck/pi-coding-agent-forge/tree/main/pi-extension-workbook#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Firstp1ck/pi-coding-agent-forge.git",
    "directory": "pi-extension-workbook"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "skill",
    "excel",
    "xlsx",
    "xlsm",
    "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:excel": "tsx tests/corpus/excel-host-test.mjs",
    "test:corpus": "tsx tests/corpus/corpus-bakeoff.mjs",
    "test:signed-vba": "tsx tests/corpus/signed-vba-bakeoff.mjs",
    "test:native": "tsx tests/corpus/native-bakeoff.mjs",
    "test:pi-modes": "tsx tests/pi/mode-harness.mjs",
    "pack:dry": "npm pack --dry-run"
  },
  "dependencies": {
    "@firstpick/pi-utils": "^0.2.4",
    "@xmldom/xmldom": "^0.9.10",
    "fflate": "^0.8.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.84.0",
    "@types/node": "^24.12.4",
    "tsx": "^4.23.1",
    "typebox": "^1.3.6",
    "typescript": "^5.9.3"
  },
  "files": [
    "index.ts",
    "src",
    "workers",
    "skills",
    "scripts",
    "docs",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=24.0.0"
  }
}
