-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 829 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 829 Bytes
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
{
"name": "flashchat",
"version": "1.0.0",
"description": "Introducing Flash Chats: your all-in-one solution for seamless one-on-one and group communication, featuring messaging, image sharing, emojis, file transfers, and customizable groups. Join the conversation today!",
"main": "flashchat_runner.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon flashchat_runner.js",
"start-server": "node flashchat_runner.js"
},
"author": "Rahul Rajkumar gupta",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"mysql2": "^3.9.6",
"sequelize": "^6.37.3",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5"
}
}