n8n-nodes-chatwork
Version:
Provides an n8n community node for integrating Chatwork messaging and task APIs into automated workflows.
63 lines (62 loc) • 1.46 kB
JSON
{
"name": "n8n-nodes-chatwork",
"version": "3.0.1",
"engines": {
"node": ">=18"
},
"keywords": [
"n8n",
"chatwork",
"chat",
"messaging",
"workflow-automation",
"n8n-community-node-package"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hoangsetup/n8n-nodes-chatwork.git"
},
"bugs": {
"url": "https://github.com/hoangsetup/n8n-nodes-chatwork/issues"
},
"author": {
"name": "Hoang Dinh Van",
"email": "hoang.dv@outlook.com"
},
"license": "MIT",
"description": "Provides an n8n community node for integrating Chatwork messaging and task APIs into automated workflows.",
"devDependencies": {
"@n8n/node-cli": "*",
"@types/node": "^24.10.4",
"eslint": "9.32.0",
"prettier": "3.6.2",
"release-it": "^19.0.4",
"typescript": "5.9.2"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"scripts": {
"build": "n8n-node build",
"build:watch": "tsc --watch",
"dev": "n8n-node dev",
"lint": "n8n-node lint",
"lint:fix": "n8n-node lint --fix",
"release": "n8n-node release",
"prepublishOnly": "n8n-node prerelease"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"strict": true,
"credentials": [
"dist/credentials/ChatworkApi.credentials.js"
],
"nodes": [
"dist/nodes/Chatwork/Chatwork.node.js",
"dist/nodes/Chatwork/ChatworkTrigger.node.js"
]
}
}