ChatSystem/package.json
2026-01-16 15:40:38 +09:00

28 lines
584 B
JSON

{
"name": "chatsystem",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://gitlab.idcjp.jp:3000/idcjp/ChatSystem.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"fs-extra": "^11.3.3",
"multer": "^2.0.2",
"mysql2": "^3.16.0",
"socket.io": "^4.8.3"
}
}