{ "name": "@wyvern/error-handler", "version": "0.0.0", "type": "module", "private": true, "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "dev": "tsc --watch", "build": "tsc", "typecheck": "tsc --noEmit --skipLibCheck" }, "exports": { ".": { "default": "./dist/src/index.js", "types": "./src/index.ts" } } }