UNPKG

@chubbyts/chubbyts-throwable-to-error

Version:
59 lines (58 loc) 1.39 kB
{ "name": "@chubbyts/chubbyts-throwable-to-error", "type": "module", "version": "1.3.2", "description": "It converts any throwable into an Error.", "keywords": [ "chubbyts", "throwable", "error" ], "author": "Dominik Zogg", "license": "MIT", "repository": "chubbyts/chubbyts-throwable-to-error", "scripts": { "build": "node ./build.mjs", "cs-fix": "prettier --write src tests", "cs": "prettier --check src tests", "infection": "stryker run", "lint-fix": "eslint src tests eslint.config.mjs vitest.config.ts --fix", "lint": "eslint src tests", "prepare": "npm run build", "test": "vitest" }, "prettier": { "printWidth": 120, "tabWidth": 2, "singleQuote": true, "trailingComma": "all" }, "files": [ "dist" ], "exports": { "./*": { "types": "./*.d.ts", "require": "./*.cjs", "import": "./*.mjs", "default": "./*.mjs" } }, "engines": { "node": ">=18" }, "devDependencies": { "@chubbyts/chubbyts-eslint": "^3.0.3", "@chubbyts/chubbyts-packaging": "^3.0.2", "@stryker-mutator/core": "^8.7.1", "@stryker-mutator/vitest-runner": "^8.7.1", "@types/node": "^22.10.2", "@vitest/coverage-v8": "^2.1.8", "prettier": "^3.4.2", "typescript": "^5.7.2", "vitest": "^2.1.8" }, "publishConfig": { "access": "public" } }