- Phase 1: tkuser에 알림 CRUD, Push/ntfy 발송, 내부 알림 API 추가 - Phase 2: notifyHelper URL을 tkuser-api:3000으로 전환 (system2, tkpurchase, tksafety, system1) - Phase 3: notification-bell.js API 도메인 tkuser로 변경 + 캐시 버스팅 v=4 - Phase 4: system1에서 알림 코드 제거 (routes, controllers, models, utils) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
460 B
JSON
21 lines
460 B
JSON
{
|
|
"name": "tkuser-api",
|
|
"version": "1.0.0",
|
|
"description": "TK Factory Services - 사용자 관리 서비스",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "node --watch index.js"
|
|
},
|
|
"dependencies": {
|
|
"bcrypt": "^6.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql2": "^3.14.1",
|
|
"node-cache": "^5.1.2",
|
|
"web-push": "^3.6.7"
|
|
}
|
|
}
|