{
  "name": "n8n-nodes-docxtotext",
  "version": "0.2.1",
  "description": "n8n node to convert DOCX files to text using mammoth",
  "keywords": [
    "n8n-community-node-package",
    "docx",
    "doc",
    "word",
    "text",
    "conversion",
    "document",
    "office",
    "mammoth"
  ],
  "license": "MIT",
  "homepage": "https://github.com/yourusername/n8n-nodes-docxtotext#readme",
  "bugs": {
    "url": "https://github.com/yourusername/n8n-nodes-docxtotext/issues"
  },
  "author": {
    "name": "Your Name",
    "email": "your.email@example.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/n8n-nodes-docxtotext.git"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier src test --write",
    "lint": "eslint src --ext .ts --max-warnings 0",
    "lint:fix": "eslint src --ext .ts --fix",
    "prepublishOnly": "npm run build && npm run lint"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [],
    "nodes": [
      "dist/nodes/DocxToText/DocxToText.node.js"
    ]
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^18.19.111",
    "@types/request-promise-native": "^1.0.20",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "docx": "^9.5.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-n8n-nodes-base": "^1.12.0",
    "gulp": "^5.0.0",
    "n8n-core": "^1.0.0",
    "n8n-workflow": "^1.0.0",
    "prettier": "^3.2.5",
    "sharp": "^0.34.2",
    "typescript": "~5.3.3",
    "uuid": "^11.1.0"
  },
  "dependencies": {
    "mammoth": "^1.6.0"
  },
  "peerDependencies": {
    "n8n-core": "^1.0.0",
    "n8n-workflow": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "n8n-core": {
      "optional": true
    },
    "n8n-workflow": {
      "optional": true
    }
  }
}
