forked from Autexis-IT/node-red-contrib-payload-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 799 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
{
"name": "@autexis/node-red-payload-logger",
"version": "1.0.0",
"description": "Node-RED Contribution to log data",
"main": "index.js",
"repository": "https://github.com/Autexis-IT/node-red-contrib-payload-logger",
"author": "Autexis IT <[email protected]>",
"license": "MIT",
"private": false,
"node-red": {
"nodes": {
"Logger": "nodes/logger/logger.js",
"Config": "nodes/config/config.js"
}
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"eslint": "8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
},
"dependencies": {
"adm-zip": "^0.5.10",
"date-fns": "^2.29.3",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"node-cron": "^3.0.2"
}
}