File: /home2/yenicep/garantili-kasko/package.json
{
"name": "garantili",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"start-server": "node app.js"
},
"author": "Ebrar Bilgili",
"license": "ISC",
"dependencies": {
"auth0": "^2.42.0",
"axios": "^0.27.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-jwt": "^7.7.5",
"express-oauth2-jwt-bearer": "^1.1.0",
"fs": "^0.0.1-security",
"fs-extra": "^10.1.0",
"helmet": "^5.1.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.1.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23"
},
"devDependencies": {
"nodemon": "^2.0.18"
}
}