-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 929 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
{
"name": "nodejs-course-udemy",
"version": "1.0.0",
"description": "Node JS hands on as per course from Udemy",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/komailhaider10p/nodejs-course-udemy.git"
},
"keywords": [
"NodeJS",
"Udemy",
"Express",
"Sequalize"
],
"author": "Komail Haider",
"license": "ISC",
"bugs": {
"url": "https://github.com/komailhaider10p/nodejs-course-udemy/issues"
},
"homepage": "https://github.com/komailhaider10p/nodejs-course-udemy#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"ejs": "^2.6.1",
"express-handlebars": "^3.0.0",
"mysql2": "^2.1.0",
"pug": "^2.0.3",
"sequelize": "^5.21.13"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}