Verified: full workspace build (tsc) green across all packages/services/dashboards; fleet+items tests pass. Compile-time only. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
33 lines
667 B
JSON
33 lines
667 B
JSON
{
|
|
"name": "@bytelyst/diagnostics-client",
|
|
"version": "0.1.8",
|
|
"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 --pool forks"
|
|
},
|
|
"dependencies": {
|
|
"@bytelyst/api-client": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.1",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.0.0"
|
|
}
|
|
}
|