-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "node-red-contrib-konecty",
"version": "1.6.10",
"repository": {
"type": "git",
"url": "https://github.com/Konecty/node-red-contrib-konecty"
},
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Konecty Business Platform <[email protected]>",
"license": "ISC",
"node-red": {
"nodes": {
"konecty-server": "konecty-server.js",
"konecty-search": "konecty-search.js",
"konecty-save": "konecty-save.js",
"konecty-queue": "konecty-queue.js",
"konecty-contact": "konecty-contact.js",
"konecty-opportunity": "konecty-opportunity.js",
"konecty-changes": "konecty-changes.js",
"konecty-message": "konecty-message.js"
}
},
"dependencies": {
"axios": "^1.4.0",
"ejson": "^2.2.1",
"moment": "^2.29.4",
"ws": "^8.13.0"
}
}