/
1Rrd0
/
Course
Обзор
Документация
Войти
/
1Rrd0
/
Course
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
23 строки
495 B
dima
2
13 дек 2025, 10:58
13 дек 2025, 10:58
ce5a48e
Код
Авторство
О чём код?
{ "name": "backend_course", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "node_modules/.bin/nodemon src/server.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "dotenv": "^17.2.3", "express": "^5.1.0", "mongoose": "^9.0.0", "swagger-ui-express": "^5.0.1", "yamljs": "^0.3.0" }, "devDependencies": { "nodemon": "^3.1.11" } }