n8n-nodes-zalo-bot-stephen 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/nodes/ZaloBot/zalo.svg +1 -0
- package/package.json +59 -59
package/package.json
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "n8n-nodes-zalo-bot-stephen",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "n8n custom node for Zalo Bot Platform integration",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"n8n-community-node-package",
|
|
7
|
-
"zalo",
|
|
8
|
-
"bot",
|
|
9
|
-
"messaging"
|
|
10
|
-
],
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"homepage": "https://github.com/your-username/n8n-nodes-zalo-bot",
|
|
13
|
-
"author": {
|
|
14
|
-
"name": "Your Name",
|
|
15
|
-
"email": "your.email@example.com"
|
|
16
|
-
},
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "https://github.com/your-username/n8n-nodes-zalo-bot.git"
|
|
20
|
-
},
|
|
21
|
-
"main": "index.js",
|
|
22
|
-
"scripts": {
|
|
23
|
-
"build": "tsc && gulp build:icons",
|
|
24
|
-
"dev": "tsc --watch",
|
|
25
|
-
"lint": "eslint nodes credentials --ext .ts",
|
|
26
|
-
"lintfix": "eslint nodes credentials --ext .ts --fix",
|
|
27
|
-
"prepublishOnly": "echo Skipping build for publish"
|
|
28
|
-
},
|
|
29
|
-
"files": [
|
|
30
|
-
"dist",
|
|
31
|
-
"README.md"
|
|
32
|
-
],
|
|
33
|
-
"n8n": {
|
|
34
|
-
"n8nNodesApiVersion": 2,
|
|
35
|
-
"nodes": [
|
|
36
|
-
"dist/nodes/ZaloBot/ZaloBot.node.js",
|
|
37
|
-
"dist/nodes/ZaloBot/ZaloBotTrigger.node.js"
|
|
38
|
-
],
|
|
39
|
-
"credentials": [
|
|
40
|
-
"dist/credentials/ZaloApi.credentials.js"
|
|
41
|
-
]
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@types/gulp": "^4.0.18",
|
|
45
|
-
"@types/node": "^25.0.3",
|
|
46
|
-
"@typescript-eslint/parser": "^5.45.0",
|
|
47
|
-
"eslint-plugin-n8n-nodes-base": "~1.11.0",
|
|
48
|
-
"gulp": "^4.0.2",
|
|
49
|
-
"n8n-workflow": "*",
|
|
50
|
-
"typescript": "~5.3.0"
|
|
51
|
-
},
|
|
52
|
-
"dependencies": {
|
|
53
|
-
"form-data": "^4.0.0",
|
|
54
|
-
"n8n-workflow": "^2.0.0"
|
|
55
|
-
},
|
|
56
|
-
"peerDependencies": {
|
|
57
|
-
"n8n-workflow": "^2.0.0"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "n8n-nodes-zalo-bot-stephen",
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "n8n custom node for Zalo Bot Platform integration",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"n8n-community-node-package",
|
|
7
|
+
"zalo",
|
|
8
|
+
"bot",
|
|
9
|
+
"messaging"
|
|
10
|
+
],
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"homepage": "https://github.com/your-username/n8n-nodes-zalo-bot",
|
|
13
|
+
"author": {
|
|
14
|
+
"name": "Your Name",
|
|
15
|
+
"email": "your.email@example.com"
|
|
16
|
+
},
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/your-username/n8n-nodes-zalo-bot.git"
|
|
20
|
+
},
|
|
21
|
+
"main": "index.js",
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "tsc && gulp build:icons",
|
|
24
|
+
"dev": "tsc --watch",
|
|
25
|
+
"lint": "eslint nodes credentials --ext .ts",
|
|
26
|
+
"lintfix": "eslint nodes credentials --ext .ts --fix",
|
|
27
|
+
"prepublishOnly": "echo Skipping build for publish"
|
|
28
|
+
},
|
|
29
|
+
"files": [
|
|
30
|
+
"dist",
|
|
31
|
+
"README.md"
|
|
32
|
+
],
|
|
33
|
+
"n8n": {
|
|
34
|
+
"n8nNodesApiVersion": 2,
|
|
35
|
+
"nodes": [
|
|
36
|
+
"dist/nodes/ZaloBot/ZaloBot.node.js",
|
|
37
|
+
"dist/nodes/ZaloBot/ZaloBotTrigger.node.js"
|
|
38
|
+
],
|
|
39
|
+
"credentials": [
|
|
40
|
+
"dist/credentials/ZaloApi.credentials.js"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@types/gulp": "^4.0.18",
|
|
45
|
+
"@types/node": "^25.0.3",
|
|
46
|
+
"@typescript-eslint/parser": "^5.45.0",
|
|
47
|
+
"eslint-plugin-n8n-nodes-base": "~1.11.0",
|
|
48
|
+
"gulp": "^4.0.2",
|
|
49
|
+
"n8n-workflow": "*",
|
|
50
|
+
"typescript": "~5.3.0"
|
|
51
|
+
},
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"form-data": "^4.0.0",
|
|
54
|
+
"n8n-workflow": "^2.0.0"
|
|
55
|
+
},
|
|
56
|
+
"peerDependencies": {
|
|
57
|
+
"n8n-workflow": "^2.0.0"
|
|
58
|
+
}
|
|
59
|
+
}
|