{ "name": "JJTABLE", "version": "1.0.0", "description": "JJUNG TABLE", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "build": "echo \"No build step defined\"" }, "keywords": [], "author": "Team.Stein", "license": "ISC", "dependencies": { "express": "^4.19.2", "mysql2": "^3.11.0", "cookie-parser": "^1.4.6", "body-parser": "^1.19.2", "express-session": "^1.17.3", "cors": "^2.8.5" } }