Files
wehub-resource-sync 070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:00:47 +08:00

33 lines
800 B
JSON

{
"name": "@open-design/diagnostics",
"version": "0.2.0",
"private": true,
"type": "module",
"description": "Diagnostics export: log collection, redaction, and zip packaging shared by daemon and desktop.",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
},
"scripts": {
"build": "node ./esbuild.config.mjs && tsc -p tsconfig.json --emitDeclarationOnly",
"test": "vitest run -c vitest.config.ts",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"jszip": "3.10.1"
},
"devDependencies": {
"@types/node": "20.19.39",
"esbuild": "0.28.0",
"typescript": "5.9.3",
"vitest": "4.1.6"
}
}