beautiful-error
Version:
💣 Prettify error messages and stacks 💥
76 lines (75 loc) • 1.69 kB
JSON
{
"name": "beautiful-error",
"version": "1.1.0",
"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": "💣 Prettify error messages and stacks 💥",
"keywords": [
"nodejs",
"javascript",
"shell",
"bash",
"cli",
"console",
"library",
"typescript",
"terminal",
"errors",
"monitoring",
"error-monitoring",
"stack",
"handler",
"message",
"timeout",
"error-handling",
"error",
"exit",
"exitcode"
],
"license": "MIT",
"homepage": "https://www.github.com/ehmicky/beautiful-error",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/beautiful-error.git"
},
"bugs": {
"url": "https://github.com/ehmicky/beautiful-error/issues"
},
"author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
"directories": {
"lib": "src"
},
"dependencies": {
"chalk-string": "^4.0.0",
"figures": "^6.0.1",
"filter-obj": "^6.1.0",
"is-error-instance": "^3.0.1",
"is-plain-obj": "^4.1.0",
"normalize-exception": "^4.0.1"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^3.0.34",
"@ehmicky/eslint-config": "^20.0.32",
"@ehmicky/prettier-config": "^1.0.6",
"error-serializer": "^8.0.1",
"has-ansi": "^6.0.0",
"test-each": "^7.0.1"
},
"engines": {
"node": ">=18.18.0"
}
}