Files
minicrm/package.json
Калугин Олег Александрович 7877743134 upload files
2025-12-18 09:41:22 +00:00

24 lines
617 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "school-crm",
"version": "1.2.0",
"description": "CRM система для школы с управлением задачами и админ-панелью",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"bcryptjs": "~2.4.3",
"dotenv": "~16.3.1",
"express": "^4.21.2",
"express-session": "^1.18.2",
"form-data": "^4.0.0",
"multer": "^2.0.2",
"node-fetch": "~2.6.7",
"pg": "^8.11.3",
"sqlite3": "~5.1.6"
},
"devDependencies": {
"nodemon": "~3.0.1"
}
}