-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.03 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.03 KB
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
{
"name": "expensemasterpro",
"version": "1.0.0",
"description": "Greetings, I am Rahul Rajkumar Gupta. I am currently developing a web/mobile responsive application named ExpenseMaster Pro, designed to efficiently manage expenses and income. Leveraging technologies such as HTML, CSS, JavaScript, Bootstrap, and FontAwesome, we have crafted an intuitive frontend, including a seamless signup process.",
"main": "app_executor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app_executor.js",
"start-server": "node app_executor.js"
},
"author": "Rahul Rajkumar Gupta",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1581.0",
"bcrypt": "^5.1.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"mysql2": "^3.9.2",
"nodemailer": "^6.9.12",
"razorpay": "^2.9.2",
"sequelize": "^6.37.1",
"tailwindcss": "^3.4.1"
}
}