openpetswithchatandmcp/package.json
OpenPets Dev 4d99cd32fe feat(hardening): taglines, MCP Toolkit Guide rebrand, Windows bubble fix, name test
- Rename UI panel to "MCP Toolkit Guide" with a plainer description.
- Apply taglines to README.md and package.json descriptions.
- Gate pinned-bubble backdrop-filter on Windows to avoid gray rectangles.
- Add packaging-contract assertions for pinned bubble and new description.
- Add custom-familiar-name.test.ts covering normalizeFamiliarName.
- Sync docs (FEATURES, README_OUR_CHANGES, FEATURES_OUR_CHANGES,
  PULL_REQUEST, FEATURE_REGISTRY, bug-squashing, rebrand plan,
  pr-chat-memory-mcp-toolkit).
2026-06-17 06:01:32 +00:00

38 lines
1.5 KiB
JSON

{
"name": "familiaros-v2-workspace",
"version": "3.1.0",
"private": true,
"description": "FamiliarOS — create your Familiar. A local-first AI companion with memory, voice, knowledge, and tools.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/verticaltension/familiaros.git"
},
"type": "module",
"packageManager": "pnpm@11.0.8",
"engines": {
"node": ">=20"
},
"scripts": {
"dev:desktop": "pnpm --filter @familiaros/desktop dev",
"dev:desktop:control-center": "pnpm --filter @familiaros/desktop dev:control-center",
"dev:desktop:plugins": "pnpm --filter @familiaros/desktop dev:plugins",
"package:desktop:dir": "pnpm build && pnpm --filter @familiaros/desktop package:dir",
"package:desktop": "pnpm build && pnpm --filter @familiaros/desktop package",
"release:desktop": "node apps/desktop/scripts/release-local.mjs",
"release:npm": "node scripts/release-npm.mjs",
"plugins:locales": "node scripts/check-plugin-locales.mjs",
"plugins:test": "pnpm plugins:locales && node scripts/test-plugins.mjs",
"plugins:check": "node web/scripts/sync-plugins.js --dry-run --skip-r2",
"plugins:package": "node web/scripts/sync-plugins.js --skip-r2",
"plugins:publish": "node web/scripts/sync-plugins.js",
"plugins:deploy": "pnpm --dir web deploy",
"test": "pnpm build && pnpm -r --if-present test",
"check": "pnpm -r check",
"typecheck": "pnpm -r typecheck",
"build": "pnpm -r build"
},
"devDependencies": {
"typescript": "^6.0.3"
}
}