-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 732 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 732 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
{
"name": "server",
"version": "1.0.0",
"description": "Fullstack flipkart clone web application",
"main": "server.js",
"repository": "https://github.com/divyaGrvgithub/FLIPKART_MERN.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn install && cd client && yarn install && yarn build",
"start": "node server.js"
},
"author": "Divyamala Tiwari",
"engines": {
"node": "^16.13.2"
},
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.0.4",
"uuid": "^8.3.2"
}
}