Files
web-chat/package.json
slawk0 229a9f5b18 init
2024-08-19 19:50:06 +02:00

17 lines
317 B
JSON

{
"name": "web-chat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"pg": "^8.12.0"
}
}