/
Centermant
/
web-nodejs
Обзор
Документация
Войти
/
Centermant
/
web-nodejs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
backend/package.json
28 строк
615 B
Centermant
feat(lab11)
16 дек 2025, 00:57
16 дек 2025, 00:57
01b83c7
Код
Авторство
О чём код?
{ "name": "backend", "version": "1.0.0", "description": "", "main": "server.js", "type": "module", "scripts": { "start": "node server.js", "dev": "nodemon server.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@fastify/postgres": "^5.2.2", "@fastify/static": "^7.0.1", "@fastify/cookie": "^9.1.0", "@fastify/jwt": "^8.0.0", "bcryptjs": "^2.4.3", "dotenv": "^16.4.5", "fastify": "^4.28.1", "http-proxy": "^1.18.1", "jsonwebtoken": "^9.0.2" }, "devDependencies": { "nodemon": "^3.1.4" } }