gx-node-api-errors
Version:
Library to use in node js APIs to handle errors
29 lines (28 loc) • 660 B
JSON
{
"name": "gx-node-api-errors",
"version": "0.2.14",
"description": "Library to use in node js APIs to handle errors",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gestionix/gx-node-api-errors.git"
},
"keywords": [
"nodejs",
"express",
"chain",
"boa"
],
"author": "@brendasanrey",
"license": "MIT",
"bugs": {
"url": "https://github.com/gestionix/gx-node-api-errors/issues"
},
"homepage": "https://github.com/gestionix/gx-node-api-errors#readme",
"dependencies": {
"@sentry/node": "^5.17.0"
}
}