{
  "name": "@icjia/filecap",
  "version": "1.12.2",
  "description": "File inventory CLI for accessibility audit scoping",
  "keywords": [
    "accessibility",
    "a11y",
    "wcag",
    "pdf",
    "inventory",
    "audit",
    "icjia"
  ],
  "license": "MIT",
  "author": "Illinois Criminal Justice Information Authority (ICJIA)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ICJIA/filecap-cli.git"
  },
  "homepage": "https://github.com/ICJIA/filecap-cli#readme",
  "bugs": "https://github.com/ICJIA/filecap-cli/issues",
  "type": "module",
  "bin": {
    "filecap": "./bin/filecap.js"
  },
  "main": "./src/index.js",
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "bin",
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src test bin",
    "format": "prettier --write src test bin"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "commander": "^12.1.0",
    "exceljs": "^4.4.0",
    "fast-xml-parser": "^5.7.3",
    "jszip": "^3.10.1",
    "p-limit": "^5.0.0",
    "pdfjs-dist": "^4.10.38",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "docx": "^9.6.1",
    "eslint": "^9.0.0",
    "pdf-lib": "^1.17.1",
    "prettier": "^3.2.0",
    "vitest": "^4.1.5"
  }
}
