-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 873 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
{
"name": "javascript-hope",
"version": "1.0.0",
"description": "a simple workout app",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "nodemon /public/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Rishcursion/Javascript-hope/blob/main/public/backend/server.js"
},
"keywords": [
"Node.js",
"HTML",
"CSS"
],
"author": "Rishabh",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"express-validator": "^7.0.1",
"hbs": "^4.2.0",
"http": "^0.0.1-security",
"mariadb": "^3.3.0",
"mysql": "^2.18.1",
"nodemon": "^3.1.0",
"pug": "^3.0.2",
"session": "^0.1.0"
}
}