JJ_Back/package.json
2024-07-24 04:44:37 +00:00

18 lines
388 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"
}
}