Files
Chatapp/Backend/package.json
T
francesco448 0a448b1250 first commit
2026-03-14 14:59:41 +01:00

16 lines
275 B
JSON

{
"name": "chat-app",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.2.1"
}
}