-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 740 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 740 Bytes
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
{
"name": "api-ligajovem",
"version": "0.1.0",
"main": "./src/app.js",
"engines": {
"node": "20.x"
},
"scripts": {
"start": "node ./src/app.js",
"dev": "nodemon ./src/app.js"
},
"dependencies": {
"@google/generative-ai": "^0.13.0",
"compression": "^1.7.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"http-errors": "~1.6.3",
"https": "^1.0.0",
"js-md5": "^0.8.3",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.45",
"morgan": "~1.9.1",
"multiparty": "^4.2.3",
"mysql2": "^3.10.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}