-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ds-b2b-manager",
"version": "2.6.3",
"description": "Integration manager",
"main": "app.js",
"scripts": {
"start": "node app.js",
"lint": "./node_modules/.bin/eslint app.js controllers/ models/ utils/ db-factory.js app.js queue.js init.js --fix",
"copy-flow": "node code-gen/copy-flow.js",
"copy-faas": "node code-gen/copy-faas.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appveen/ds-b2b-manager.git"
},
"author": "Jugnu Agrawal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appveen/ds-b2b-manager/issues"
},
"homepage": "https://github.com/appveen/ds-b2b-manager#readme",
"dependencies": {
"@appveen/data.stack-utils": "^1.0.22",
"@appveen/ds-auth-cache": "^1.0.8",
"@appveen/ds-sdk": "^2.3.4",
"@appveen/utils": "^2.1.13",
"ajv": "^8.12.0",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-http-proxy": "^1.6.3",
"fast-csv": "^4.3.6",
"fast-xml-parser": "^4.2.6",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"got": "^11.8.6",
"json-to-pretty-yaml": "^1.2.2",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"moment": "^2.29.4",
"mongodb": "^4.10.0",
"mongoose": "^6.6.5",
"node-schedule": "^2.1.1",
"node-cron": "^2.0.3",
"recursive-copy": "^2.0.14",
"shorthash": "^0.0.2",
"socket.io": "4.7.1",
"uuid": "^8.3.2",
"validator": "^13.9.0",
"xlsx": "^0.18.5",
"xlsx-populate": "^1.21.0",
"zip-a-folder": "^1.1.3"
},
"devDependencies": {
"dotenv": "^16.0.0",
"eslint": "^8.22.0",
"husky": "^8.0.1"
}
}