{
  "name": "parseflow-core",
  "version": "1.7.0",
  "description": "Document parsing library for ParseFlow - Extract text and data from PDF, Word (docx), and Excel (xlsx) files",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc -p tsconfig.json",
    "clean": "rm -rf dist",
    "test": "jest"
  },
  "keywords": [
    "pdf",
    "docx",
    "xlsx",
    "word",
    "excel",
    "parser",
    "document-parsing",
    "text-extraction",
    "metadata",
    "mcp",
    "model-context-protocol"
  ],
  "author": "Libres-coder",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Libres-coder/ParseFlow.git",
    "directory": "packages/pdf-parser-core"
  },
  "homepage": "https://github.com/Libres-coder/ParseFlow#readme",
  "bugs": {
    "url": "https://github.com/Libres-coder/ParseFlow/issues"
  },
  "dependencies": {
    "@xenova/transformers": "^2.17.2",
    "mammoth": "^1.6.0",
    "node-pptx-parser": "^1.0.1",
    "pdf-lib": "^1.17.1",
    "pdf-parse": "^1.1.1",
    "tesseract.js": "^7.0.0",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@types/node": "^20.10.6",
    "@types/pdf-parse": "^1.1.4",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
