{
  "name": "opencode-fractal-memory",
  "version": "0.6.43",
  "description": "Fractal memory system for OpenCode with semantic search and automatic compression.",
  "main": "./dist/plugin.js",
  "exports": {
    ".": "./dist/plugin.js"
  },
  "type": "module",
  "files": [
    "dist",
    "agent",
    "commands",
    "management",
    "scripts"
  ],
  "keywords": [
    "opencode",
    "opencode-plugin",
    "memory",
    "embeddings",
    "semantic-search",
    "hnsw",
    "vector-search",
    "bm25",
    "agent-memory"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holgerreppert/opencode-fractal-memory.git"
  },
  "trustedDependencies": [],
  "scripts": {
    "build": "tsc",
    "lint": "oxlint --config oxlintrc.json",
    "lint:fix": "oxlint --fix-dangerously --config oxlintrc.json",
    "prepublishOnly": "npm run build && npm run typecheck",
    "postinstall": "node scripts/postinstall.cjs",
    "test": "bun test",
    "typecheck": "tsc --noEmit",
    "view": "bun run dist/management-standalone.js",
    "mcp": "bun run dist/mcp-server.js"
  },
  "dependencies": {
    "@huggingface/tokenizers": "^0.1.3",
    "@kreuzberg/tree-sitter-language-pack-wasm": "^1.10.3",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "graphology": "^0.26.0",
    "graphology-communities-louvain": "^2.0.2",
    "graphology-shortest-path": "^2.1.0",
    "graphology-traversal": "^0.3.1",
    "hnsw": "^1.1.1",
    "js-yaml": "^4.2.0",
    "onnxruntime-node": "^1.27.0",
    "onnxruntime-web": "^1.27.0",
    "zod": "4.3.6"
  },
  "peerDependencies": {
    "@opencode-ai/plugin": "^1.15.13"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@opencode-ai/plugin": "^1.15.13",
    "@tsconfig/bun": "^1.0.10",
    "@types/bun": "^1.3.14",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.9.1",
    "d3": "^7",
    "esbuild": "^0.28.0",
    "eslint": "^10.6.0",
    "eslint-plugin-unused-imports": "^4.4.1",
    "oxlint": "^1.72.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.62.1"
  },
  "engines": {
    "node": ">=18.0.0",
    "bun": ">=1.0.0"
  },
  "overrides": {}
}
