{ "name": "tkpurchase-api", "version": "1.0.0", "description": "TK Factory Services - 구매/방문 관리 서비스", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "dependencies": { "bcrypt": "^5.1.1", "cors": "^2.8.5", "express": "^4.18.2", "jsonwebtoken": "^9.0.0", "exceljs": "^4.4.0", "mysql2": "^3.14.1", "node-cron": "^3.0.3" } }