-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "@gov.nasa.jpl.podaac/hitide-profile",
"service_name": "hitide-profile",
"version": "4.11.0-9",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/server.js",
"start-prod": "forever start -o ../logs/log.txt -e ../logs/err.txt server/server.js",
"lint": "eslint ./server/**.js",
"test": "jest",
"integration-test": "jest -c jest.integration.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"express": "^4.20.0",
"express-mysql-session": "^2.1.8",
"express-session": "^1.18.0",
"form-data": "^4.0.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
"winston": "^3.13.0"
},
"devDependencies": {
"eslint": "^9.4.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"nodemon": "^3.1.3",
"supertest": "^7.0.0"
}
}