-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "diarybook",
"version": "1.0.0",
"description": "Diarybook is a web application designed for users to write and maintain their personal journals. Users can freely write, access, and share their diary entries.",
"main": "index.js",
"scripts": {
"start": "node index",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jasurhaydarovcode/diarybook.git"
},
"keywords": [
"diarybook",
"nodejs",
"expressjs",
"postgreSql",
"sequelize",
"handlebars"
],
"author": "Jasur Haydarov",
"license": "ISC",
"bugs": {
"url": "https://github.com/jasurhaydarovcode/diarybook/issues"
},
"homepage": "https://github.com/jasurhaydarovcode/diarybook#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-pg-simple": "^9.0.1",
"csurf": "^1.11.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-handlebars": "^7.1.2",
"express-session": "^1.18.0",
"express-validator": "^7.1.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.12.0",
"sequelize": "^6.37.3"
},
"devDependencies": {
"nodemon": "^3.1.3"
}
}