30 lines
786 B
JSON
30 lines
786 B
JSON
|
{
|
||
|
"name": "mydraftcc-nodejs-server",
|
||
|
"version": "1.0.0",
|
||
|
"description": "built by https://wwww.mytinydc.com - Mydraftcc - NodesJs server",
|
||
|
"author": "Damien HENRY - https://www.mytinydc.com",
|
||
|
"license": "MIT License",
|
||
|
"main": "app.js",
|
||
|
"directories": {
|
||
|
"lib": "lib"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"debug-startserver": "IPADDRESS=0.0.0.0 PORT=4000 JSONMAXSIZE=2097152 nodemon -w ./ app.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"axios": "^0.21.4",
|
||
|
"body-parser": "^1.20.0",
|
||
|
"cookie-parser": "~1.4.4",
|
||
|
"cors": "^2.8.5",
|
||
|
"ejs": "^3.1.7",
|
||
|
"express": "~4.17.1",
|
||
|
"express-session": "^1.17.1",
|
||
|
"http-errors": "~1.6.3",
|
||
|
"include-path": "^0.4.7",
|
||
|
"morgan": "~1.9.1",
|
||
|
"swagger-ui-express": "^4.4.0",
|
||
|
"winston": "^3.3.3",
|
||
|
"yamljs": "^0.3.0"
|
||
|
}
|
||
|
}
|