You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "chat",
|
|
"version": "0.0.1",
|
|
"description": "example",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"bad-words": "^3.0.3",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"socket.io": "^2.3.0"
|
|
}
|
|
}
|