@supersourcing/response-handler
Version:
To handle api's response status & errors
37 lines (36 loc) • 1.11 kB
JSON
{
"name": "@supersourcing/response-handler",
"version": "1.0.0",
"publishConfig": {
"access": "public"
},
"description": "To handle api's response status & errors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/supersourcing/backend/commons/supersourcing_response_handler.git"
},
"keywords": [
"response-handler",
"errors"
],
"author": "Shubham Kumar",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/supersourcing/backend/commons/supersourcing_response_handler.git/issues"
},
"homepage": "https://gitlab.com/supersourcing/backend/commons/supersourcing_response_handler.git#readme",
"dependencies": {
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.1.2"
}
}