-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
44
45
46
47
48
49
{
"name": "kit",
"version": "2.4.1",
"description": "Starter kit express",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goncoolio/kit.git"
},
"keywords": [
"Starter",
"kit"
],
"author": "Ousmane Coulibaly",
"license": "ISC",
"bugs": {
"url": "https://github.com/goncoolio/kit/issues"
},
"homepage": "https://github.com/goncoolio/kit#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"helmet": "^7.0.0",
"http-status": "^1.6.2",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"mysql2": "^3.11.3",
"nodemailer": "^6.9.3",
"nodemailer-express-handlebars": "^6.1.0",
"nodemon": "^3.1.7",
"path": "^0.12.7",
"save": "^2.5.0",
"sequelize": "^6.21.4",
"uuid": "^9.0.0",
"winston": "^3.9.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"sequelize-cli": "^6.4.1"
}
}