/
DREDGV
/
Childwatch
Обзор
Документация
Войти
/
DREDGV
/
Childwatch
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
server/package.json
37 строк
834 B
DREDGV
Version 5.0.0 Release: Advanced Features & UI Improvements
08 окт 2025, 17:07
08 окт 2025, 17:07
7117ec0
Код
Авторство
О чём код?
{ "name": "childwatch-server", "version": "2.0.0", "description": "ChildWatch monitoring server with audio streaming", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "init-db": "node scripts/init-database.js", "test": "jest" }, "dependencies": { "bcrypt": "^5.1.1", "cors": "^2.8.5", "express": "^4.18.2", "express-rate-limit": "^7.1.5", "helmet": "^7.1.0", "jsonwebtoken": "^9.0.2", "multer": "^1.4.5-lts.1", "socket.io": "^4.8.1", "sqlite3": "^5.1.6", "uuid": "^9.0.1", "winston": "^3.11.0" }, "devDependencies": { "jest": "^29.7.0", "nodemon": "^3.0.2" }, "keywords": [ "childwatch", "monitoring", "security", "parental-control" ], "author": "ChildWatch Team", "license": "MIT" }