ChatRooms/package.json
2023-01-16 14:02:04 +01:00

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"
}
}