/
PostmenBlake
/
NotificationPreferencesService
Обзор
Документация
Войти
/
PostmenBlake
/
NotificationPreferencesService
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
34 строки
864 B
kurava
feat: initial commit - Notification Preferences Service
17 июн 2026, 09:11
17 июн 2026, 09:11
48825c3
Код
Авторство
О чём код?
{ "name": "notification-preferences-service", "version": "1.0.0", "description": "Notification Preferences Service with TypeScript and PostgreSQL", "main": "dist/app.js", "scripts": { "build": "tsc", "start": "node dist/app.js", "dev": "ts-node-dev --respawn --transpile-only src/app.ts", "test": "jest" }, "dependencies": { "express": "^4.18.2", "pg": "^8.11.3", "dotenv": "^16.3.1", "zod": "^3.22.4", "uuid": "^9.0.1", "winston": "^3.11.0", "cors": "^2.8.5" }, "devDependencies": { "@types/express": "^4.17.21", "@types/pg": "^8.10.2", "@types/uuid": "^9.0.7", "@types/jest": "^29.5.6", "@types/cors": "^2.8.17", "typescript": "^5.2.2", "ts-node-dev": "^2.0.0", "ts-node": "^10.9.2", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/node": "^20.8.6" } }