Highlights since v0.1.2: - feat(desktop): bump Electron ^33.2.1 → ^39.8.8 (CVE patches, requires macOS 12+ / Windows 10+) - chore(deps): bump better-sqlite3 ^11 → ^12 - feat(desktop): renderer log bridge + diagnostics export + "Report on GitHub" button in ErrorBoundary - feat(ipc): thread generationId through agent:event:v1 for end-to-end trace - feat(shared): centralize CodesignError codes into a registry - perf(preview): plug three HIGH-impact leaks in the preview pipeline - fix(hub): render JSX thumbnails through babel runtime even when source contains <html> - fix(comment): pins glued across iframe scroll; dedup edits; drafts preserved; bubble stays open on failure - fix(desktop): dedupe duplicate snapshots + silence chromium debug noise - ci(release): auto-sync cask / scoop / winget / flatpak manifests after publish
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "open-codesign",
|
|
"version": "0.1.3",
|
|
"private": true,
|
|
"description": "Open-source AI design tool — prompt to interactive prototype, slide deck, and marketing assets. Multi-model, BYOK, runs on your laptop.",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/OpenCoworkAI/open-codesign",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/OpenCoworkAI/open-codesign.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/OpenCoworkAI/open-codesign/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"packageManager": "pnpm@9.15.0",
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"test": "turbo run test",
|
|
"lint": "biome check .",
|
|
"lint:fix": "biome check --write .",
|
|
"typecheck": "turbo run typecheck",
|
|
"format": "biome format --write .",
|
|
"docs:dev": "pnpm --filter open-codesign-website dev",
|
|
"docs:build": "pnpm --filter open-codesign-website build",
|
|
"docs:preview": "pnpm --filter open-codesign-website preview",
|
|
"smoke": "tsx scripts/smoke-models.ts",
|
|
"changeset": "changeset",
|
|
"version-packages": "changeset version",
|
|
"release": "turbo run build && changeset publish"
|
|
},
|
|
"pnpm": {
|
|
"neverBuiltDependencies": ["better-sqlite3"]
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@changesets/cli": "^2.27.11",
|
|
"@iarna/toml": "^2.2.5",
|
|
"@open-codesign/core": "workspace:*",
|
|
"@open-codesign/shared": "workspace:*",
|
|
"@types/node": "^22.10.2",
|
|
"acorn": "^8.14.0",
|
|
"husky": "^9.1.7",
|
|
"tsx": "^4.19.2",
|
|
"turbo": "^2.3.3",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|