{
  "name": "@lobechat/file-loaders",
  "version": "1.0.0",
  "private": true,
  "description": "Utilities for reading and processing various file types",
  "keywords": [
    "file",
    "loader",
    "parser",
    "lobehub"
  ],
  "homepage": "https://github.com/lobehub/lobe-chat/tree/master/packages/file-loaders",
  "bugs": {
    "url": "https://github.com/lobehub/lobe-chat/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lobehub/lobe-chat.git"
  },
  "author": "LobeHub <i@lobehub.com>",
  "sideEffects": false,
  "main": "./src/index.ts",
  "scripts": {
    "test": "vitest"
  },
  "dependencies": {
    "@langchain/community": "^0.3.41",
    "@langchain/core": "^0.3.45",
    "@napi-rs/canvas": "^0.1.70",
    "@xmldom/xmldom": "^0.9.8",
    "concat-stream": "^2.0.0",
    "mammoth": "^1.8.0",
    "officeparser": "^5.1.1",
    "pdfjs-dist": "4.10.38",
    "xlsx": "^0.18.5",
    "yauzl": "^3.2.0"
  },
  "devDependencies": {
    "@types/concat-stream": "^2.0.3",
    "@types/yauzl": "^2.10.3",
    "typescript": "^5"
  },
  "peerDependencies": {
    "typescript": ">=5"
  }
}
