forked from JJUNGTABLE/Back
18 lines
388 B
JSON
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"
|
|
}
|
|
} |