forked from Shubh-Xmate/studentPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 934 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
38
39
40
{
"name": "patientsapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --watch --detectOpenHandles",
"start": "nodemon app.js"
},
"jest": {
"testEnvironment": "node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shubh-Xmate/patientsApp.git"
},
"author": "Shubham Shukla",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shubh-Xmate/patientsApp/issues"
},
"homepage": "https://github.com/Shubh-Xmate/patientsApp#readme",
"dependencies": {
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mysql": "^2.18.1",
"mysql2": "^3.0.1",
"nodemon": "^2.0.20",
"redis": "^4.5.1",
"sequelize": "^6.28.0"
},
"devDependencies": {
"jest": "^26.6.3",
"supertest": "^6.3.3"
}
}