-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 819 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
{
"version": "0.1.2",
"description": "RedMobile Custom Module Generator",
"main": "main.js",
"scripts": {
"serve": "node ./node_modules/node-red/red.js",
"build": "node main.js"
},
"dependencies": {
"@red-mobile/red-mobile-nodes": "^2.7.3",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"multer": "^1.4.1",
"node-red": "^1.2.9",
"node-red-contrib-image-output": "^0.6.3",
"node-red-contrib-string": "^1.0.0",
"node-red-dashboard": "^2.28.1",
"node-red-node-base64": "^0.2.1",
"node-red-node-email": "^1.8.3",
"qs": "^6.9.6",
"uuid": "^8.3.2",
"ws": "^6.2.1",
"archiver": "^5.2.0",
"modclean": "^3.0.0-beta.1"
}
}