-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 908 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
37
{
"name": "mohammed-jess-fullstack",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac31/mohammed-jess-fullstack.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac31/mohammed-jess-fullstack/issues"
},
"homepage": "https://github.com/fac31/mohammed-jess-fullstack#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mongodb": "^6.6.2",
"mongoose": "^8.4.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"eslint": "^9.3.0",
"globals": "^15.3.0",
"nodemon": "^3.1.0"
}
}