-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 837 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
34
{
"name": "taskmaster-mern",
"version": "1.0.0",
"description": "A dynamic to-do list app built with the MERN stack, featuring full CRUD functionality.",
"private": true,
"scripts": {
"start": "node backend/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Espadv69/TaskMaster-MERN.git"
},
"keywords": [
"todo",
"mern",
"task manager",
"productivity",
"CRUD"
],
"author": "Espadv69",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/Espadv69/TaskMaster-MERN/issues"
},
"homepage": "https://github.com/Espadv69/TaskMaster-MERN#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongoose": "^8.13.1"
}
}