{ "name": "tksupport-api", "version": "1.0.0", "description": "TK Factory Services - 전사 행정지원 서비스", "main": "index.js", "scripts": { "start": "node index.js", "dev": "node --watch index.js" }, "dependencies": { "cors": "^2.8.5", "express": "^4.18.2", "jsonwebtoken": "^9.0.0", "mysql2": "^3.14.1" } }