-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 881 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
{
"name": "expensesharebackend",
"version": "1.0.0",
"description": "Expense Share app for sharing your group expense.",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "roshanaalemagar",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"express-rate-limit": "^7.2.0",
"file-type": "^18.5.0",
"handlebars": "^4.7.8",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^3.0.0",
"nodemailer": "^6.9.12",
"nodemailer-express-handlebars": "^6.1.2",
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.28.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}