Back/package.json
seonkyu.kim 7cc458fceb
All checks were successful
JJ_Back/pipeline/head This commit looks good
[👷] Swagger 제거
2024-08-20 11:22:41 +09:00

19 lines
421 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"
// "swagger-jsdoc": "^6.2.8"
}
}