{
  "name": "@patimweb/pi-mindplace",
  "version": "1.5.0",
  "description": "graphify-style code knowledge graph for pi — build a queryable mind place that saves tokens on every session. Parses your code with tree-sitter into a navigable graph with community detection, PageRank, and token-budget-aware queries.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "graphify",
    "mindplace",
    "mind-place",
    "code-graph",
    "knowledge-graph",
    "code-exploration",
    "code-navigation",
    "tree-sitter",
    "ast",
    "static-analysis",
    "token-optimization",
    "pagerank",
    "louvain"
  ],
  "author": "Patrick Weppelmann",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=26.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Smotherer007/pi-mindplace.git"
  },
  "bugs": {
    "url": "https://github.com/Smotherer007/pi-mindplace/issues"
  },
  "scripts": {
    "test": "node --experimental-test-module-mocks --experimental-test-coverage --test 'tests/**/*.test.ts'",
    "test:watch": "node --experimental-test-module-mocks --test --watch 'tests/**/*.test.ts'"
  },
  "dependencies": {
    "tree-sitter": "^0.21.1",
    "tree-sitter-bash": "^0.21.0",
    "tree-sitter-c-sharp": "^0.21.3",
    "tree-sitter-cpp": "^0.23.4",
    "tree-sitter-go": "^0.21.0",
    "tree-sitter-java": "^0.23.5",
    "tree-sitter-javascript": "^0.21.2",
    "tree-sitter-json": "^0.21.0",
    "tree-sitter-kotlin": "^0.3.8",
    "tree-sitter-python": "^0.21.0",
    "tree-sitter-ruby": "^0.23.1",
    "tree-sitter-rust": "^0.21.0",
    "tree-sitter-scala": "^0.24.0",
    "tree-sitter-typescript": "^0.23.2"
  },
  "peerDependencies": {
    "typebox": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@semantic-release/git": "^10.0.0",
    "semantic-release": "^25.0.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/Smotherer007/pi-mindplace/main/screenshot.png"
  }
}
