/
Alyar
/
Fastify-master
Обзор
Документация
Войти
/
Alyar
/
Fastify-master
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
23 строки
572 B
Alyar
typescript
03 дек 2025, 19:54
03 дек 2025, 19:54
4b33f25
Код
Авторство
О чём код?
{ "type": "module", "dependencies": { "@fastify/cors": "^11.1.0", "@fastify/formbody": "^8.0.2", "@fastify/static": "^8.3.0", "@fastify/view": "^11.1.1", "@types/mysql": "^2.15.27", "@types/node": "^24.10.1", "concurrently": "^9.2.1", "dotenv": "^17.2.3", "ejs": "^3.1.10", "fastify": "^5.6.1", "mysql": "^2.18.1", "nodemon": "^3.1.11", "typescript": "^5.9.3" }, "scripts": { "build": "npx tsc", "start": "node dist/app.js", "dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/app.js\"" } }