{ "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" } }