UNPKG

@ocubist/error-alchemy

Version:

A powerful Node.js error-handling-framework with custom error types for easy debugging, enhanced error management, strong zod-support and useful quality-of-life-functionality for asserting and validating values.

48 lines (47 loc) 1.35 kB
{ "name": "@ocubist/error-alchemy", "version": "0.9.3", "description": "A powerful Node.js error-handling-framework with custom error types for easy debugging, enhanced error management, strong zod-support and useful quality-of-life-functionality for asserting and validating values.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rimraf dist && tsc", "publishProject": "npm run build && npm publish --access public", "test": "jest --config jest.config.js --detectOpenHandles", "test:watch": "jest --config jest.config.js --watch", "docs": "typedoc", "git-log": "git log --pretty=format:\"%h - %an, %ar : %s\" > coverage/commit_history.txt" }, "keywords": [ "error-handling", "nodejs", "custom-errors", "error-management", "debugging", "error-framework", "error-alchemy", "error-transmutation", "zod", "asserting", "validation", "validating", "assertion", "typescript" ], "author": "ocubist", "license": "MIT", "dependencies": { "uuid": "^10.0.0", "zod": "^3.23.8" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/uuid": "^9.0.8", "jest": "^29.7.0", "rimraf": "^5.0.7", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typedoc": "^0.26.2", "typescript": "^5.4.5" } }