cadmium-express-sdk
Version:
A middleware for Express to capture unhandled exceptions and send them to Cadmium Cloud Service.
26 lines (25 loc) • 847 B
JSON
{
"name": "cadmium-express-sdk",
"version": "1.0.0",
"description": "A middleware for Express to capture unhandled exceptions and send them to Cadmium Cloud Service.",
"main": "lib/cadmium-sdk.js",
"scripts": {
"test": "echo \"No tests yet\""
},
"keywords": ["express", "middleware", "error-handling", "logging", "cadmium", "nodejs", "sdk", "error-logging"],
"author": "bannawandoor <bannawandoor@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/softwares-compound/cadmium_express_sdk.git"
},
"bugs": {
"url": "https://github.com/softwares-compound/cadmium_express_sdk/issues"
},
"homepage": "https://github.com/softwares-compound/cadmium_express_sdk#readme",
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"express": "^4.21.2"
}
}