{
  "name": "n8n-nodes-ntfy-ext",
  "version": "0.1.3",
  "description": "n8n custom nodes for ntfy.sh integration (publish and subscribe/trigger) - extended",
  "keywords": [
    "n8n",
    "n8n-community-node",
    "ntfy",
    "notifications",
    "sse",
    "webhook",
    "trigger"
  ],
  "license": "MIT",
  "author": "KBY DİGİTAL",
  "repository": {
    "type": "git",
    "url": "https://github.com/timurlenqs/n8n-nodes-ntfy-ext.git"
  },
  "bugs": {
    "url": "https://github.com/timurlenqs/n8n-nodes-ntfy-ext/issues"
  },
  "homepage": "https://github.com/timurlenqs/n8n-nodes-ntfy-ext#readme",
  "engines": {
    "node": ">=18"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "n8n": {
    "credentials": [
      "dist/credentials/NtfyApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/NtfySendMessage/NtfySendMessage.node.js",
      "dist/nodes/NtfyTrigger/NtfyTrigger.node.js"
    ]
  },
  "scripts": {
    "clean": "node -e \"try{const r=require('rimraf');(r.rimrafSync||r.sync||r)('dist');}catch(e){}\"",
    "build": "npm run clean ; node ./node_modules/typescript/bin/tsc -p tsconfig.json",
    "watch": "node ./node_modules/typescript/bin/tsc -w -p tsconfig.json",
    "lint": "eslint .",
    "prepublishOnly": "npm run build",
    "prepare": "npm run build",
    "test": "echo No tests yet"
  },
  "dependencies": {
    "eventsource-parser": "^1.1.2"
  },
  "devDependencies": {
    "@types/node": "^20.11.30",
    "eslint": "^8.57.0",
    "rimraf": "^5.0.5",
    "typescript": "^5.4.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
