{
  "name": "n8n-nodes-correspondapp",
  "version": "1.0.14",
  "description": "An n8n node to handle webhooks from CorrespondApp.",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "tsc"
  },
  "n8n": {
    "n8nNodesApiVersion": 1,
    "nodes": [
      "dist/CorrespondApp.node.js"
    ]
  },
  "keywords": [
    "n8n-community-node-package",
    "n8n-nodes-correspondapp",
    "n8n",
    "correspondapp",
    "webhook",
    "trigger",
    "community-node"
  ],
  "author": {
    "name": "RabbitMCS"
  },
  "license": "MIT",
  "homepage": "https://github.com/rabbitmcs/n8nnode#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rabbitmcs/n8nnode.git"
  },
  "bugs": {
    "url": "https://github.com/rabbitmcs/n8nnode/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "n8n-workflow": "^1.0.0"
  },
  "devDependencies": {
    "typescript": "^5.9.2"
  },
  "main": "dist/CorrespondApp.node.js",
  "types": "dist/CorrespondApp.node.d.ts",
  "files": [
    "dist",
    "CorrespondApp.node.json",
    "CorrespondApp.node.ts",
    "description.ts",
    "*.svg"
  ]
}