21 lines
416 B
JSON
21 lines
416 B
JSON
{
|
|
"name": "chat-test",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"canvas": "^2.11.2",
|
|
"cookie-parser": "^1.4.6",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|