@dev-abhi/errorify
Version:
A utility package for simplified error handling and management in Node.js applications.
37 lines (36 loc) • 874 B
JSON
{
"name": "@dev-abhi/errorify",
"version": "1.0.2",
"description": "A utility package for simplified error handling and management in Node.js applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/abhisek-kar/errorify.git"
},
"keywords": [
"error-handling",
"nodejs",
"typescript",
"custom-errors",
"api-errors"
],
"author": "Abhisek Kar <karabhisek16@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^20.17.8",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"tsc-watch": "^6.2.1",
"typescript": "^5.7.2"
}
}