forked from Aravinda93/Test-Data-Generator-For-EPCIS-Events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 838 Bytes
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
{
"name": "test-data_generator-tool",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"crypto": "^1.0.1",
"ejs": "^3.1.3",
"express": "^4.17.1",
"firebase-admin": "^9.2.0",
"firebase-functions": "^3.11.0",
"formidable": "^1.2.2",
"fs": "0.0.1-security",
"gojs": "^2.1.20",
"gs1": "^1.0.2",
"json-builder": "0.0.2",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"multer": "^1.4.2",
"path": "^0.12.7",
"read-excel-file": "^4.0.6",
"util": "^0.12.3",
"uuid": "^8.3.0",
"xml-parse": "^0.4.0",
"xml2js": "^0.4.23",
"xmlbuilder": "^15.1.1"
}
}