-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 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
35
{
"name": "usermanager-mern",
"version": "1.0.0",
"private": true,
"description": "A simple full-stack MERN project to manage users with a form, dynamic list of users, and a backend API.",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Espadv69/UserManager-MERN.git"
},
"keywords": [
"MERN",
"React",
"Node.js",
"Express",
"MongoDB",
"User Management"
],
"author": "Espadv69",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/Espadv69/UserManager-MERN/issues"
},
"homepage": "https://github.com/Espadv69/UserManager-MERN#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongoose": "^8.13.0"
}
}