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.

16 lines
310 B
JSON

{
"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",
"rita": "^1.3.94",
"socket.io": "^2.3.0"
}
}