-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
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
40
41
42
43
44
45
46
{
"name": "ds-functions",
"version": "2.6.3",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "node generator/test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@appveen/data.stack-utils": "^1.0.22",
"@appveen/data-mapper": "^1.1.0",
"@appveen/ds-sdk": "^2.3.4",
"@appveen/utils": "^2.1.13",
"async": "^3.2.4",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"fast-csv": "^4.3.6",
"fast-xml-parser": "^4.2.7",
"got": "^11.8.6",
"lodash": "4.17.21",
"log4js": "^6.9.1",
"moment": "2.29.4",
"mongodb": "^4.16.0",
"mongoose": "^6.11.1",
"node-schedule": "^2.1.1",
"request": "^2.88.2",
"uuid": "8.3.2",
"validator": "13.9.0",
"xlsx": "^0.18.5",
"xlsx-populate": "^1.21.0"
},
"devDependencies": {
"dotenv": "^16.0.0",
"inquirer": "^8.2.2",
"recursive-copy": "^2.0.14"
},
"repository": {
"type": "git",
"url": "git+https://kavi-appveen@bitbucket.org/appveen/ds-b2b-functions.git"
},
"homepage": "https://bitbucket.org/appveen/ds-b2b-functions#readme",
"description": ""
}