{
  "name": "n8n-nodes-readdoc",
  "version": "0.1.0",
  "description": "n8n community node for reading doc/docx documents",
  "keywords": [
    "n8n-community-node-package",
    "document",
    "doc",
    "docx",
    "word",
    "reader"
  ],
  "license": "MIT",
  "homepage": "",
  "author": {
    "name": "QixYuanmeng",
    "email": "3286046540@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/QixYuanmeng/n8n-nodes-readdoc.git"
  },
  "engines": {
    "node": ">=20.15"
  },
  "main": "index.js",
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [],
    "nodes": [
      "dist/nodes/ReadDoc/ReadDoc.node.js"
    ]
  },
  "dependencies": {
    "mammoth": "^1.8.0",
    "textract": "^2.5.0"
  },
  "devDependencies": {
    "@types/textract": "^2.0.5",
    "@typescript-eslint/parser": "~8.32.0",
    "eslint": "^8.57.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.3",
    "gulp": "^5.0.0",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.1",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  },
  "scripts": {
    "build": "pnpm rimraf dist && tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes --write",
    "lint": "eslint nodes package.json",
    "lintfix": "eslint nodes package.json --fix"
  }
}