-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "api-server-node",
"version": "1.0.0",
"description": "Node.js API Server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development node index.js",
"prod": "NODE_ENV=production node index.js",
"autogen": "node swaggerAutogen.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"date-fns": "^2.30.0",
"deepl-node": "^1.10.2",
"express": "^4.18.2",
"firebase": "^10.4.0",
"firebase-admin": "^11.11.0",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"method-override": "^3.0.0",
"mysql2": "^2.3.3",
"nodemon": "^2.0.22",
"openai": "^3.3.0",
"regex-email": "^1.0.2"
},
"devDependencies": {
"child_process": "^1.0.2",
"swagger-autogen": "^2.23.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1"
}
}