{
  "name": "officeparser",
  "version": "4.2.0",
  "description": "A Node.js library to parse text out of any office file. Currently supports docx, pptx, xlsx, odt, odp, ods, pdf files.",
  "main": "officeParser.js",
  "files": [
    "officeParser.js",
    "typings/officeParser.d.ts",
    "pdfjs-dist-build/*"
  ],
  "types": "typings/officeParser.d.ts",
  "scripts": {
    "test": "node test/testOfficeParser.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harshankur/officeParser.git"
  },
  "bin": "officeParser.js",
  "keywords": [
    "office",
    "docx",
    "pptx",
    "xlsx",
    "odt",
    "odp",
    "ods",
    "pdf",
    "parser",
    "text",
    "extract text",
    "document",
    "word",
    "excel",
    "worksheet",
    "powerpoint",
    "slides"
  ],
  "author": "Harsh Ankur",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/harshankur/officeParser/issues"
  },
  "homepage": "https://github.com/harshankur/officeParser#readme",
  "dependencies": {
    "@xmldom/xmldom": "^0.8.10",
    "decompress": "^4.2.1",
    "file-type": "^16.5.4",
    "node-ensure": "^0.0.0",
    "rimraf": "^5.0.10"
  },
  "devDependencies": {
    "@types/decompress": "^4.2.6",
    "@types/node": "^18.16.1",
    "@types/xmldom": "^0.1.33",
    "typescript": "^5.0.3"
  }
}
