-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 834 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
29
30
31
32
33
{
"name": "task-manager-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "env-cmd -f ./config/dev.env nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abuzarraziqgithub/Task-Manager-API.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/abuzarraziqgithub/Task-Manager-API/issues"
},
"homepage": "https://github.com/abuzarraziqgithub/Task-Manager-API#readme",
"dependencies": {
"bcrypt": "^6.0.0",
"env-cmd": "^11.0.0",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mongodb": "^7.4.0",
"mongoose": "^9.7.4",
"multer": "^2.2.0",
"sharp": "^0.35.3",
"validator": "^13.15.35"
}
}