This repository has been archived on 2022-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
mydraftcc-nodejs-server/server/package.json

30 lines
786 B
JSON
Raw Normal View History

2022-06-04 18:04:25 +00:00
{
"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"
}
}