-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 878 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
{
"name": "app",
"version": "1.0.0",
"description": "assignment given by Datavio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sahil-Sayyad/Flipkart_API.git"
},
"author": "Sahil Sayyad",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sahil-Sayyad/Flipkart_API/issues"
},
"homepage": "https://github.com/Sahil-Sayyad/Flipkart_API#readme",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.4.3",
"nightmare": "^3.0.2",
"nodemon": "^3.0.1",
"object": "^0.1.1",
"request": "^2.88.2"
}
}