-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
47
{
"name": "appScan-issue-gateway-2",
"version": "1.1.3",
"description": "appScan-issue-gateway-2",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider nodemon ./server.js",
"start:prod": "cross-env NODE_OPTIONS=--openssl-legacy-provider node ./server.js",
"credentials": "node scripts/manage-credentials.js",
"security-key": "node cryptoService.js"
},
"author": "shashidharp@hcl.com",
"license": "ISC",
"dependencies": {
"axios": "^1.15.0",
"cheerio": "^1.1.2",
"cookie-parser": "^1.4.7",
"cron": "^4.4.0",
"crypto": "^1.0.1",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-session": "^1.18.2",
"express-validator": "^7.3.1",
"fast-xml-parser": "^5.5.10",
"form-data": "^4.0.5",
"jsonwebtoken": "^9.0.3",
"keytar": "^7.9.0",
"log4js": "^6.9.1",
"multiparty": "^4.2.3",
"nodemon": "^3.1.11",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"nodemonConfig": {
"verbose": true,
"ignore": [
"temp",
"tempReports",
"logs",
"server.js",
"**/*.json"
]
},
"devDependencies": {
"cross-env": "^10.1.0"
}
}