-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 904 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": "umweo_backend",
"version": "1.0.0",
"description": "the official backend for the umweo platform",
"main": "server.js",
"scripts": {
"test": "npm start",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamWaku/umweo_backend.git"
},
"author": "sam | tamani",
"license": "MIT",
"bugs": {
"url": "https://github.com/SamWaku/umweo_backend/issues"
},
"homepage": "https://github.com/SamWaku/umweo_backend#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.4.2",
"morgan": "^1.10.0",
"path": "^0.12.7"
},
"devDependencies": {
"@prisma/client": "^5.2.0",
"nodemon": "^3.0.1",
"prisma": "^5.2.0"
}
}