smk-chat/package.json

27 lines
534 B
JSON

{
"name": "chat",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "nodemon test.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "https://git.foxarmy.org/leca/smk-chat"
},
"author": "leca",
"license": "WTFPL",
"dependencies": {
"bcrypt": "^5.1.1",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"nodemon": "^3.1.3",
"pg": "^8.12.0",
"ws": "^8.17.0"
}
}