17 lines
283 B
JSON
17 lines
283 B
JSON
{
|
|
"name": "chatrooms",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|