-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 896 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": "e-commerce",
"version": "1.0.0",
"description": "E-Commerce",
"main": "app.js",
"scripts": {
"test": "jest --detectOpenHandles",
"dev": "nodemon index",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hitsamtiammar123/e-commerce.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hitsamtiammar123/e-commerce/issues"
},
"homepage": "https://github.com/hitsamtiammar123/e-commerce#readme",
"dependencies": {
"axios": "^0.19.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"jsonwebtoken": "^8.5.1",
"md5": "^2.2.1",
"pg": "^8.7.1",
"sequelize": "^5.21.5",
"sequelize-cli": "^5.5.1"
},
"devDependencies": {
"jest": "^25.1.0",
"supertest": "^4.0.2"
}
}