UNPKG

@chubbyts/chubbyts-http-error

Version:

Creates http error which can be catched and converted to error responses.

56 lines 1.33 kB
{ "name": "@chubbyts/chubbyts-http-error", "type": "module", "version": "3.4.0", "description": "Creates http error which can be catched and converted to error responses.", "keywords": [ "chubbyts", "http error", "http-error" ], "author": "Dominik Zogg", "license": "MIT", "repository": "chubbyts/chubbyts-http-error", "prettier": { "printWidth": 120, "tabWidth": 2, "singleQuote": true, "trailingComma": "all" }, "files": [ "dist" ], "exports": { "./*": { "types": "./*.d.ts", "import": "./*.js", "default": "./*.js" } }, "engines": { "node": ">=22" }, "devDependencies": { "@chubbyts/chubbyts-oxlint": "^1.0.0", "@stryker-mutator/core": "^9.6.1", "@stryker-mutator/vitest-runner": "^9.6.1", "@types/node": "^26.1.1", "@vitest/coverage-v8": "^4.1.10", "oxlint": "^1.75.0", "prettier": "^3.9.6", "typescript": "^7.0.2", "vitest": "^4.1.10" }, "publishConfig": { "access": "public" }, "scripts": { "build": "rm -Rf dist && tsc", "cs-fix": "prettier --write src tests", "cs": "prettier --check src tests", "infection": "stryker run", "lint-fix": "oxlint --fix src tests vitest.config.ts", "lint": "oxlint src tests vitest.config.ts", "test": "vitest" } }