-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "hallodoc_project",
"version": "1.0.0",
"description": "This is a internship project in nodejs and MySQL",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.ts",
"dev": "ts-node-dev app.ts",
"build": "tsc"
},
"keywords": [
"halloDoc",
"Online Appointment"
],
"author": "Deep Akabari",
"license": "MIT",
"dependencies": {
"@joi/date": "^2.1.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"joi": "^17.12.2",
"joi-phone-number": "^5.1.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.1",
"nodemailer": "^6.9.10",
"reflect-metadata": "^0.2.1",
"sequelize": "^6.37.1",
"sequelize-typescript": "^2.1.6"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.20",
"@types/nodemailer": "^6.4.14",
"@types/sequelize": "^4.28.20",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@types/validator": "^13.11.9",
"nodemon": "^3.0.3",
"sequelize-cli": "^6.6.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
}
}