-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"mongodb": "^5.6.0",
"mongoose": "^7.0.3",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"popup-alert": "^1.0.2",
"popups": "^1.1.3",
"react-toastify": "^9.1.3",
"validator": "^13.9.0"
},
"name": "expense-tracker",
"version": "1.0.0",
"description": "Expense Tracker website to manage your daily expenses.",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"build": "npm i",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kiran1504/ExpenseTracker.git"
},
"author": "KBSSAR",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kiran1504/ExpenseTracker/issues"
},
"homepage": "https://github.com/Kiran1504/ExpenseTracker#readme"
}