-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 Bytes
/
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
{
"name": "@gov.nasa.jpl.podaac/hitide-profile",
"service_name": "hitide-profile",
"version": "4.10.1-rc.8",
"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.18.3",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-mysql-session": "^2.1.7",
"express-session": "^1.15.6",
"helmet": "^4.6.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.2",
"mysql": "^2.16.0",
"node-fetch": "^2.6.7",
"winston": "^3.7.2"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint-plugin-jest": "^25.0.5",
"jest": "^29.3.1",
"nodemon": "^2.0.14",
"supertest": "^6.1.6"
}
}