xsshunter/package.json

38 lines
1 KiB
JSON
Raw Normal View History

2021-05-31 19:06:40 +00:00
{
"name": "xsshunter-express",
"version": "1.0.0",
"description": "Simplified and easy-to-setup version of XSS Hunter for self-hosting.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "mandatory (Matthew Bryant)",
"license": "MIT",
"dependencies": {
"@deveodk/vue-toastr": "^1.1.0",
"@nvanexan/node-client-sessions": "^0.8.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
2023-01-19 03:38:48 +00:00
"@google-cloud/storage": "^6.9.0",
2021-05-31 19:06:40 +00:00
"express": "^4.17.1",
"express-jsonschema": "^1.1.6",
"greenlock-express": "^4.0.3",
"keygrip": "^1.1.0",
"memorystore": "^1.6.6",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mustache": "^4.1.0",
"nodemailer": "^6.5.0",
"pg": "^8.5.1",
"safe-compare": "^1.1.4",
"sequelize": "^6.5.0",
"serve-favicon": "^2.5.0",
"uuid": "^8.3.2",
2023-01-14 18:18:44 +00:00
"vue-moment": "^4.1.0",
2023-01-16 03:55:28 +00:00
"body-parser": "^1.20.1",
2023-01-14 19:29:01 +00:00
"google-auth-library": "^8.7.0",
"googleapis": "^110.0.0"
2021-05-31 19:06:40 +00:00
}
}