UNPKG

error-custom-class

Version:
71 lines (70 loc) 1.58 kB
{ "name": "error-custom-class", "version": "10.0.1", "type": "module", "exports": { "types": "./build/src/main.d.ts", "default": "./build/src/main.js" }, "main": "./build/src/main.js", "types": "./build/src/main.d.ts", "files": [ "build/src/**/*.{js,json,d.ts}", "!build/src/**/*.test.js", "!build/src/{helpers,fixtures}" ], "sideEffects": false, "scripts": { "test": "gulp test" }, "description": "Create custom error classes", "keywords": [ "nodejs", "javascript", "stacktrace", "library", "typescript", "browser", "errors", "monitoring", "error-monitoring", "custom", "message", "error-handler", "properties", "error", "error-handling", "code-quality", "create", "cause", "error-reporting", "error-classes" ], "license": "MIT", "homepage": "https://www.github.com/ehmicky/error-custom-class", "repository": { "type": "git", "url": "git+https://github.com/ehmicky/error-custom-class.git" }, "bugs": { "url": "https://github.com/ehmicky/error-custom-class/issues" }, "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)", "directories": { "lib": "src" }, "dependencies": { "error-class-utils": "^4.0.1" }, "devDependencies": { "@ehmicky/dev-tasks": "^3.0.33", "@ehmicky/eslint-config": "^20.0.31", "@ehmicky/prettier-config": "^1.0.6", "error-cause": "^1.0.8", "error-cause-polyfill": "^3.0.1", "test-each": "^7.0.1" }, "engines": { "node": ">=18.18.0" } }