-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 802 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 802 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
35
36
37
{
"name": "g1-backend",
"version": "0.1.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.15",
"pg": "^8.12.0",
"swagger": "^0.7.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui": "^5.17.14",
"swagger-ui-express": "^5.0.1",
"swc-node": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@swc/cli": "^0.1.41",
"@swc/core": "^1.7.10",
"nodemon": "^3.1.4"
}
}