UNPKG

glitchkit

Version:

A lightweight toolkit to create and manage expressive, structured, and reusable error types. Perfect for APIs, services, and glitchy adventures

67 lines (66 loc) 1.59 kB
{ "name": "glitchkit", "version": "0.1.6", "description": "A lightweight toolkit to create and manage expressive, structured, and reusable error types. Perfect for APIs, services, and glitchy adventures", "keywords": [ "glitchkit", "typescript", "nodejs", "errors", "error-handling", "custom-errors", "structured-errors", "http-errors", "validation-errors", "api-errors", "exception", "exception-handling", "logging", "observability", "error-logging", "error-monitoring", "traceability", "stacktrace", "metadata", "debugging", "reusable-errors", "domain-errors", "application-errors", "business-errors", "server-errors", "client-errors", "monorepo", "lerna" ], "author": "“Abhijit <“manuabhijit@gmail.com”>", "homepage": "https://github.com/manuabhijit/glitchkit#readme", "license": "MIT", "main": "dist/glitchkit.js", "types": "dist/glitchkit.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/manuabhijit/glitchkit.git" }, "scripts": { "build": "tsc", "test": "npm run build && jest", "test:coverage": "npm run build && jest --coverage" }, "bugs": { "url": "https://github.com/manuabhijit/glitchkit/issues" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^30.0.0", "ts-jest": "^29.4.0", "typescript": "^5.8.3" }, "gitHead": "f6c5fda1f2d23c84653116796931520223f3a206" }