{
  "name": "@siva-sub/pi-docparser",
  "version": "3.3.0",
  "description": "Pi package for local document parsing, complexity detection, and model-configurable visual analysis with LiteParse v2.",
  "keywords": [
    "document-parse",
    "documents",
    "extension",
    "liteparse",
    "ocr",
    "pdf",
    "pi",
    "pi-package",
    "skill",
    "vision",
    "visual-understanding"
  ],
  "homepage": "https://github.com/siva-sub/pi-docparser",
  "bugs": {
    "url": "https://github.com/siva-sub/pi-docparser/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siva-sub/pi-docparser.git"
  },
  "files": [
    "assets",
    "extensions",
    "skills",
    "licenses",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md",
    "package.json"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "echo 'nothing to build'",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint .",
    "lint:fix": "oxlint --fix .",
    "typecheck": "tsc -p tsconfig.json",
    "test": "vitest run",
    "check:runtime": "node --input-type=module -e \"await import('./extensions/docparser/index.ts')\"",
    "check": "oxfmt --check . && oxlint . && tsc -p tsconfig.json && pnpm test && node --input-type=module -e \"await import('./extensions/docparser/index.ts')\"",
    "pack:dry": "npm pack --dry-run"
  },
  "dependencies": {
    "@llamaindex/liteparse": "2.5.1"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.74.0",
    "@earendil-works/pi-coding-agent": "0.74.0",
    "@earendil-works/pi-tui": "^0.80.7",
    "@types/node": "^25.7.0",
    "oxfmt": "^0.49.0",
    "oxlint": "^1.64.0",
    "typescript": "^6.0.3",
    "vitest": "^1.6.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "engines": {
    "node": ">=20.6.0"
  },
  "pi": {
    "extensions": [
      "./extensions/docparser/index.ts"
    ],
    "skills": [
      "./skills"
    ],
    "minPiVersion": "0.74.0",
    "image": "https://raw.githubusercontent.com/siva-sub/pi-docparser/main/assets/pi-docparser-preview.jpg"
  }
}
