-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 956 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
{
"name": "zendesk-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon api/index.js",
"start": "node api/index.js",
"build": "npm install && npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Madanraj0519/ZenDesk.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Madanraj0519/ZenDesk/issues"
},
"homepage": "https://github.com/Madanraj0519/ZenDesk#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.3",
"nodemailer": "^6.9.9",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^3.0.3",
"path": "^0.12.7"
}
}