{ "name": "@bytelyst/diagnostics-client", "version": "0.1.0", "description": "TypeScript client for remote diagnostics and debug tracing", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "vitest run" }, "dependencies": { "@bytelyst/api-client": "workspace:*" }, "peerDependencies": { "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0", "vitest": "^3.0.0" }, "publishConfig": { "registry": "http://localhost:3300/api/packages/bytelyst/npm/" } }