{ "name": "hox-scf-api", "version": "1.0.0", "private": true, "description": "Tencent Cloud SCF Node.js API for Hox beauty device", "main": "src/index.js", "scripts": { "start": "node scripts/local-server.js", "db:init": "node scripts/init-db.js" }, "dependencies": { "bcryptjs": "^2.4.3", "cos-nodejs-sdk-v5": "^2.14.7", "dotenv": "^16.4.5", "express": "^5.2.1", "jsonwebtoken": "^9.0.2", "mysql2": "^3.11.3" } }