-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 KB
/
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
38
39
40
41
42
43
{
"name": "hospital_management_system_backend",
"version": "1.0.0",
"description": "Hospital_management_system_backend",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "nodemon .",
"test": "npm test",
"postinstall": "prisma migrate dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sannlynnhtun-coding/hospital_management_system_backend.git"
},
"keywords": [
"backend"
],
"author": "\"\"",
"license": "ISC",
"bugs": {
"url": "https://github.com/sannlynnhtun-coding/hospital_management_system_backend/issues"
},
"homepage": "https://github.com/sannlynnhtun-coding/hospital_management_system_backend#readme",
"dependencies": {
"@prisma/client": "^5.11.0",
"@supabase/supabase-js": "^2.39.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.0",
"path": "^0.12.7"
},
"devDependencies": {
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"prisma": "^5.11.0"
}
}