chat-vs-chat / package.json
victor's picture
victor HF Staff
:)
6d49714
raw
history blame contribute delete
301 Bytes
{
"name": "chat-vs-chat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.3.1",
"express": "^4.18.2"
}
}