forked from devckrishna/Ecommerce-app-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 975 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
{
"name": "ecommerce-app-backend",
"version": "1.0.0",
"description": "��#\u0000 \u0000E\u0000c\u0000o\u0000m\u0000m\u0000e\u0000r\u0000c\u0000e\u0000-\u0000a\u0000p\u0000p\u0000-\u0000b\u0000a\u0000c\u0000k\u0000e\u0000n\u0000d\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Appium-Labs/Ecommerce-app-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Appium-Labs/Ecommerce-app-backend/issues"
},
"homepage": "https://github.com/Appium-Labs/Ecommerce-app-backend#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.21",
"path": "^0.12.7",
"stripe": "^11.14.0"
}
}