@kamkam1_0/errorhandler
Version:
ErrorHandler is simple to use module that allows you to handle several errors to prevent your program from crashing
24 lines (23 loc) • 598 B
JSON
{
"name": "@kamkam1_0/errorhandler",
"version": "1.3.5",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/KamKam0/errorhandler.git"
},
"bugs": {
"url": "https://github.com/KamKam0/errorhandler/issues"
},
"keywords": ["Errors", "Handler"],
"homepage": "https://github.com/KamKam0/errorhandler",
"author": "KamKam <kamkam.dev.contact@gmail.com>",
"license": "MPL 2.0",
"engines": {
"node": ">=16"
}
}