@femto-apps/errors
Version:
A simple JavaScript library to handle errors in APIs
28 lines (27 loc) • 669 B
JSON
{
"name": "@femto-apps/errors",
"version": "2.0.0",
"description": "A simple JavaScript library to handle errors in APIs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/femto-apps/errors.git"
},
"keywords": [
"error-handling",
"api-errors"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/femto-apps/errors/issues"
},
"homepage": "https://github.com/femto-apps/errors#readme",
"dependencies": {
"caller": "^1.0.1",
"string-template": "^1.0.0"
}
}