Back/package.json
seonkyu.kim 15eef31cc8
All checks were successful
JJ_Back/pipeline/head This commit looks good
[👷] 문서 설정
2024-08-20 11:17:40 +09:00

19 lines
419 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"
}
}