Back/package.json
seonkyu.kim 38161e67ae
All checks were successful
JJ_Back/pipeline/head This commit looks good
[👷] 문서 설정
2024-08-20 13:29:04 +09:00

23 lines
530 B
JSON

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