{
  "name": "docshell",
  "version": "1.0.2",
  "description": "Doc Shell - Unix-like tools for mixed-format documents",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ttthree/docshell"
  },
  "author": "Jie Tong",
  "bin": {
    "dcat": "dist/bin/dcat.js",
    "dgrep": "dist/bin/dgrep.js",
    "drg": "dist/bin/drg.js",
    "doutline": "dist/bin/doutline.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "docx",
    "pdf",
    "pptx",
    "xlsx",
    "grep",
    "cat",
    "cli"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/adm-zip": "^0.5.7",
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0",
    "vitest": "^1.0.0",
    "yaml": "^2.3.0"
  },
  "dependencies": {
    "adm-zip": "^0.5.16",
    "mammoth": "^1.6.0",
    "pdf-parse": "^1.1.1",
    "pptx-parser": "^1.0.0",
    "xlsx": "^0.18.5"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
