Skip to content
Snippets Groups Projects
Commit 6ffbfb6b authored by michael.minelli's avatar michael.minelli
Browse files

Node package definition

parent 0a3e5ac0
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
{
"name" : "dojo_backend_api",
"description" : "Backend API for the Dojo Project",
"version" : "1.0.0",
"license" : "",
"author" : "Michaël Minelli <michael-jean.minelli@hesge.ch>",
"main" : "app.js",
"scripts" : {
"clean" : "rm -R dist/*",
"build" : "npx tsc --project ./",
"start:dev" : "npx nodemon src/app.ts",
"start:prod": "NODE_ENV=production npx node --max-http-header-size=104+8576 dist/app.js"
},
"dependencies" : {
"axios" : "^1.4.0",
"bcryptjs" : "^2.4.3",
"cors" : "^2.8.5",
"dotenv" : "^16.0.3",
"express" : "^4.18.2",
"express-validator": "^7.0.1",
"form-data" : "^4.0.0",
"helmet" : "^7.0.0",
"http-status-codes": "^2.2.0",
"jsonwebtoken" : "^9.0.0",
"knex" : "^2.4.2",
"morgan" : "^1.10.0",
"multer" : "^1.4.5-lts.1",
"mysql" : "^2.18.1",
"node" : "^20.2.0",
"npm" : "^9.6.7",
"winston" : "^3.8.2"
},
"devDependencies": {
"@types/bcryptjs" : "^2.4.2",
"@types/cors" : "^2.8.13",
"@types/express" : "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/morgan" : "^1.9.4",
"@types/multer" : "^1.4.7",
"@types/node" : "^20.2.4",
"nodemon" : "^2.0.22",
"ts-node" : "^10.9.1",
"typescript" : "^5.0.4"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment