err-fixit
Version:
A single package to manage all errors in a MERN stack application
35 lines (34 loc) • 752 B
JSON
{
"name": "err-fixit",
"version": "1.0.1",
"description": "A single package to manage all errors in a MERN stack application",
"main": "src/index.cjs",
"module": "src/index.js",
"types": "src/index.d.ts",
"exports": {
"require": "./src/index.cjs",
"import": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"error-handler",
"mern",
"express",
"api",
"error-fix",
"fix-error",
"handle-error",
"api-error",
"database-errors",
"cast-error",
"validation-error"
],
"author": "Khaled Md Saifullah",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/km-saifullah/err-fixit.git"
}
}