54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "@waggle/hive-mind-hooks-claude-desktop",
|
|
"version": "0.0.1",
|
|
"description": "Claude Desktop MCP bridge for hive-mind. Registers the waggle-memory MCP server in claude_desktop_config.json with reversible create-if-missing installation, byte-identical uninstall, and a surgical fallback when the config is edited after install.",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"bin": {
|
|
"claude-desktop-hooks": "dist/bin/claude-desktop-hooks.js"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"build:clean": "tsc --build --clean",
|
|
"typecheck": "tsc --build && tsc --noEmit -p tsconfig.test.json",
|
|
"test": "node ../../node_modules/vitest/vitest.mjs run --root ../.. --config vitest.config.ts packages/hive-mind-hooks-claude-desktop/tests",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@waggle/hive-mind-hooks-core": "*",
|
|
"@waggle/hive-mind-shim-core": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/marolinik/waggle-os.git",
|
|
"directory": "packages/hive-mind-hooks-claude-desktop"
|
|
},
|
|
"homepage": "https://github.com/marolinik/waggle-os/tree/main/packages/hive-mind-hooks-claude-desktop#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/marolinik/waggle-os/issues"
|
|
},
|
|
"author": "Egzakta Group d.o.o. <hello@egzakta.com> (https://egzakta.com)",
|
|
"keywords": [
|
|
"claude-desktop",
|
|
"hive-mind",
|
|
"memory",
|
|
"ai",
|
|
"hook",
|
|
"mcp"
|
|
],
|
|
"types": "dist/index.d.ts"
|
|
}
|