# [0.12.0](https://github.com/offendingcommit/openconcho/compare/v0.11.0...v0.12.0) (2026-05-28) ### Features * **desktop:** auto-discover Honcho instances on localhost ([#1](https://github.com/offendingcommit/openconcho/issues/1)) ([7355884](7355884051)) * **web:** add dialectic reasoning playground ([2340e65](2340e65028)) * **web:** add Dream Output Viewer ([f318555](f318555c82)) * **web:** add live dream progress panel with adaptive polling ([17f8a5a](17f8a5a7bf)) * **web:** add Peer Card Seed Kits ([650bfd7](650bfd7b28)) * **web:** show sidebar last updated status ([7cf94aa](7cf94aa03f))
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "openconcho",
|
|
"private": true,
|
|
"version": "0.12.0",
|
|
"packageManager": "pnpm@10.33.2",
|
|
"engines": {
|
|
"node": ">=22",
|
|
"pnpm": ">=10"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "pnpm install && pnpm exec playwright install --with-deps chromium",
|
|
"dev": "pnpm --filter @openconcho/desktop dev",
|
|
"dev:web": "pnpm --filter @openconcho/web dev",
|
|
"dev:desktop": "pnpm --filter @openconcho/desktop dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"lint:fix": "biome check --write .",
|
|
"format": "biome format --write .",
|
|
"test": "turbo run test",
|
|
"test:e2e": "turbo run test:e2e",
|
|
"typecheck": "turbo run typecheck",
|
|
"check": "turbo run lint typecheck test",
|
|
"ci:web": "turbo run lint typecheck test build --filter=@openconcho/web",
|
|
"ci:desktop": "turbo run cargo-check --filter=@openconcho/desktop",
|
|
"pr:evidence": "./scripts/pr-evidence.sh",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "catalog:",
|
|
"@commitlint/cli": "~20.5.2",
|
|
"@commitlint/config-conventional": "~20.5.0",
|
|
"@semantic-release/changelog": "^6.0.0",
|
|
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
"@semantic-release/exec": "^7.1.0",
|
|
"@semantic-release/git": "^10.0.0",
|
|
"@semantic-release/github": "^10.0.0",
|
|
"@semantic-release/npm": "^13.1.5",
|
|
"@semantic-release/release-notes-generator": "^14.0.0",
|
|
"husky": "~9.1.7",
|
|
"semantic-release": "catalog:",
|
|
"turbo": "^2"
|
|
}
|
|
}
|