-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 853 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": "server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start-dev": "nodemon index.ts",
"start": "nodemon index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"cloudinary": "^1.32.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"graphql": "^15.8.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.7.5",
"nodemailer": "^6.9.0",
"nodemon": "^2.0.20",
"serverless": "^3.26.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"zod": "^3.20.2"
},
"devDependencies": {
"eslint": "^8.32.0",
"husky": "^8.0.3",
"prettier": "^2.8.3"
}
}