{
  "name": "n8n-nodes-wix-blog-html",
  "version": "1.0.0",
  "description": "n8n custom node for Wix Blog",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .ts",
    "prepublishOnly": "npm run build"
  },
  "n8n": {
    "nodes": [
      "./dist/nodes/WixBlog/WixBlog.node.js"
    ]
  },
  "dependencies": {
    "@wix/blog": "^1.0.373",
    "@wix/sdk": "^1.15.15",
    "html-to-text": "^9.0.5",
    "n8n-workflow": "^1.82.0",
    "htmlparser2": "^9.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.13.13",
    "@types/node-fetch": "^2.6.12",
    "typescript": "^4.9.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/konradmax/wix-blog-n8n-node.git"
  },
  "keywords": [
    "n8n",
    "automation",
    "wix",
    "blog",
    "node",
    "workflow"
  ],
  "author": "KONRAD MAX",
  "license": "MIT",
  "packageManager": "pnpm@10.6.5"
}
