-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 1009 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
35
36
37
38
39
{
"name": "node-red-contrib-ssafy-data-formatter",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SOTAEJI/node-red-contrib-ssafy-data-formatter.git"
},
"node-red": {
"nodes": {
"FileCloud": "./FileCloud/FileCloud.js",
"data-formatter": "./DataFormatter/DataFormatter.js"
}
},
"keywords": [
"node-red"
],
"author": "Team Sotaeji",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/SOTAEJI/node-red-contrib-ssafy-data-formatter/issues"
},
"dependencies": {
"when": "3.7.8",
"googleapis": "^85.0.0",
"axios": "^0.21.4",
"mime-types": "^2.1.32",
"xlsx": "^0.17.2",
"fs-extra": "^10.0.0",
"he": "1.2.0",
"fast-xml-parser": "3.19.0",
"mustache": "^4.0.0"
},
"homepage": "https://github.com/SOTAEJI/node-red-contrib-ssafy-data-formatter#readme"
}