25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"name": "chat",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "agents.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.16",
|
|
"archiver": "^6.0.1",
|
|
"bcrypt": "^6.0.0",
|
|
"better-sqlite3": "^12.6.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"nodemailer": "^7.0.7",
|
|
"pdfkit": "^0.17.2",
|
|
"sharp": "^0.33.5"
|
|
}
|
|
}
|