/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/benchmarks/package.json
24 строки
631 B
dependabot[bot]
chore(deps): bump fastify and @nestjs/platform-fastify
04 фев 2026, 13:24
Не верифицирован
04 фев 2026, 13:24
2bec40a
Код
Авторство
О чём код?
{ "name": "@nestjs/benchmarks", "version": "1.0.0", "description": "Nest - modern, fast, powerful node.js web framework (@benchmarks)", "license": "ISC", "scripts": { "benchmarks": "tsc && node dist/main.js" }, "dependencies": { "@nestjs/common": "^11.1.12", "@nestjs/core": "^11.1.12", "@nestjs/platform-express": "^11.1.12", "@nestjs/platform-fastify": "^11.1.13", "express": "^5.2.1", "fastify": "^5.7.4", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2" }, "devDependencies": { "@types/autocannon": "^7.12.7", "autocannon": "^8.0.0", "typescript": "^5.9.3" } }