/
Krams
/
nodemon
Обзор
Документация
Войти
/
Krams
/
nodemon
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
backend/package.json
24 строки
535 B
Krams
first_commit
08 июн 2025, 12:17
08 июн 2025, 12:17
25d7395
Код
Авторство
О чём код?
{ "name": "nodebackend", "version": "1.0.0", "description": "", "main": "server.js", "type": "module", "scripts": { "start": "nodemon server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Me", "license": "ISC", "dependencies": { "bcrypt": "^6.0.0", "childprocess": "^2.0.2", "cors": "^2.8.5", "dotenv": "^16.5.0", "express": "^4.18.2", "jsonwebtoken": "^9.0.2", "node-telegram-bot-api": "^0.66.0", "shelljs": "^0.8.5", "sqlite3": "^5.1.7" } }