-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 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
{
"name": "pichak",
"version": "1.0.0",
"description": "a motor bike delivery service, including delivery management",
"main": "./src/server.js",
"type": "module",
"scripts": {
"start": "nodemon start ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wikiccu/Pichak.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wikiccu/Pichak/issues"
},
"homepage": "https://github.com/wikiccu/Pichak#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv-safe": "^8.2.0",
"express": "^4.18.2",
"express-validation": "^4.1.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"redis": "^4.6.5",
"zod": "^3.21.4"
}
}