n8n-nodes-wechat-pad-pro
Version:
n8n node for WeChatPadPro, allowing you to automate WeChat messaging and interactions within your n8n workflows. Support WeChatPadPro0859
68 lines (67 loc) • 1.85 kB
JSON
{
"name": "n8n-nodes-wechat-pad-pro",
"version": "0.4.1",
"description": "n8n node for WeChatPadPro, allowing you to automate WeChat messaging and interactions within your n8n workflows. Support WeChatPadPro0859",
"keywords": [
"n8n-community-node-package",
"WeChatPadPro",
"WeChat"
],
"license": "MIT",
"homepage": "https://github.com/LegendLeo/n8n-nodes-wechat-pad-pro",
"author": {
"name": "Tsing",
"email": "hqyx45@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/LegendLeo/n8n-nodes-wechat-pad-pro.git"
},
"engines": {
"node": ">=20.15"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/WeChatPadProApi.credentials.js"
],
"nodes": [
"dist/nodes/WeChatPadPro/WeChatPadPro.node.js",
"dist/nodes/WeChatPadPro/WeChatPadProTrigger.node.js"
]
},
"devDependencies": {
"@types/node-wav": "^0.0.4",
"@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",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"@types/ws": "^8.18.1",
"@types/xml2js": "^0.4.14",
"node-wav": "^0.0.2",
"pcm-util": "^3.0.0",
"silk-wasm": "^3.0.0",
"wavefile": "^11.0.0",
"ws": "^8.18.2",
"xml2js": "^0.6.2"
}
}