|
| 1 | +{ |
| 2 | + "name": "@prefabs.tech/fastify-error-handler", |
| 3 | + "version": "0.88.2", |
| 4 | + "description": "Fastify error-handler plugin", |
| 5 | + "homepage": "https://github.com/prefabs-tech/fastify/tree/main/packages/error-handler#readme", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/prefabs-tech/fastify.git", |
| 9 | + "directory": "packages/error-handler" |
| 10 | + }, |
| 11 | + "license": "MIT", |
| 12 | + "type": "module", |
| 13 | + "exports": { |
| 14 | + ".": { |
| 15 | + "import": "./dist/prefabs-tech-fastify-error-handler.js", |
| 16 | + "require": "./dist/prefabs-tech-fastify-error-handler.umd.cjs" |
| 17 | + } |
| 18 | + }, |
| 19 | + "main": "./dist/prefabs-tech-fastify-error-handler.umd.cjs", |
| 20 | + "module": "./dist/prefabs-tech-fastify-error-handler.js", |
| 21 | + "types": "./dist/types/index.d.ts", |
| 22 | + "files": [ |
| 23 | + "dist" |
| 24 | + ], |
| 25 | + "scripts": { |
| 26 | + "build": "vite build && tsc --emitDeclarationOnly && mv dist/src dist/types", |
| 27 | + "lint": "eslint .", |
| 28 | + "lint:fix": "eslint . --fix", |
| 29 | + "sort-package": "npx sort-package-json", |
| 30 | + "typecheck": "tsc --noEmit -p tsconfig.json --composite false" |
| 31 | + }, |
| 32 | + "dependencies": { |
| 33 | + "@fastify/sensible": "6.0.3", |
| 34 | + "stack-trace":"1.0.0-pre2" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@prefabs.tech/eslint-config": "0.2.0", |
| 38 | + "@prefabs.tech/tsconfig": "0.2.0", |
| 39 | + "@types/node": "20.19.9", |
| 40 | + "@types/stack-trace": "0.0.33", |
| 41 | + "@typescript-eslint/eslint-plugin": "8.38.0", |
| 42 | + "@typescript-eslint/parser": "8.38.0", |
| 43 | + "@vitest/coverage-istanbul": "3.2.4", |
| 44 | + "eslint": "8.57.1", |
| 45 | + "eslint-config-prettier": "9.1.2", |
| 46 | + "eslint-import-resolver-alias": "1.1.2", |
| 47 | + "eslint-import-resolver-typescript": "3.10.1", |
| 48 | + "eslint-plugin-import": "2.32.0", |
| 49 | + "eslint-plugin-n": "14.0.0", |
| 50 | + "eslint-plugin-prettier": "5.5.3", |
| 51 | + "eslint-plugin-promise": "7.2.1", |
| 52 | + "eslint-plugin-unicorn": "56.0.1", |
| 53 | + "fastify": "5.4.0", |
| 54 | + "fastify-plugin": "5.0.1", |
| 55 | + "prettier": "3.6.2", |
| 56 | + "typescript": "5.8.3", |
| 57 | + "vite": "6.3.5", |
| 58 | + "vitest": "3.2.4" |
| 59 | + }, |
| 60 | + "peerDependencies": { |
| 61 | + "fastify": ">=5.2.1", |
| 62 | + "fastify-plugin": ">=5.0.1" |
| 63 | + }, |
| 64 | + "engines": { |
| 65 | + "node": ">=20" |
| 66 | + } |
| 67 | +} |
0 commit comments