Files

24 lines
481 B
JSON
Raw Permalink Normal View History

2024-01-04 20:11:35 +05:30
{
"name": "7-chat-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bad-words": "^3.0.4",
"dotenv": "^16.3.1",
2024-01-04 20:11:35 +05:30
"express": "^4.18.2",
"moment": "^2.29.4",
"socket.io": "^4.7.2"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}