@stacksjs/error-handling
Version:
Type safe error handling.
74 lines (73 loc) • 1.82 kB
JSON
{
"name": "@stacksjs/error-handling",
"type": "module",
"version": "0.70.294",
"description": "Type safe error handling.",
"author": "Chris Breuer",
"contributors": [
"Chris Breuer <chris@stacksjs.com>"
],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/error-handling#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/error-handling"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"errors",
"error-handling",
"neverthrow",
"type safe",
"stacks"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"bun": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./*": {
"types": "./dist/*.d.ts",
"bun": "./dist/*.js",
"import": "./dist/*.js",
"default": "./dist/*.js"
},
"./*.js": {
"types": "./dist/*.d.ts",
"bun": "./dist/*.js",
"import": "./dist/*.js",
"default": "./dist/*.js"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"README.md",
"dist"
],
"scripts": {
"build": "bun build.ts",
"typecheck": "bun tsc --noEmit",
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/stx": "^0.2.148",
"ts-error-handling": "^0.1.1",
"ts-syntax-highlighter": "^0.2.1"
},
"devDependencies": {
"@stacksjs/cli": "0.70.294",
"@stacksjs/config": "0.70.294",
"better-dx": "^0.2.17",
"@stacksjs/path": "0.70.294",
"@stacksjs/types": "0.70.294",
"@stacksjs/validation": "0.70.294"
},
"sideEffects": false
}