{
  "name": "@wwjd/pi-graphify",
  "version": "0.4.0",
  "description": "Graphify knowledge graph integration for Pi coding agent",
  "type": "module",
  "license": "MIT",
  "author": "Wian <wianvdm4@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WianVDM/pi-graphify.git"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "graphify",
    "graphs",
    "knowledge-graph",
    "visualization"
  ],
  "files": [
    "src",
    "extensions",
    "docs",
    "README.md",
    "CHANGELOG.md",
    "RELEASE.md",
    "AGENTS.md",
    "LICENSE",
    "!.github"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "node --test --import tsx src/tools/tools.test.ts src/commands/commands.test.ts src/commands/menu.test.ts src/extensions/extension-load.test.ts",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "typecheck": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.14",
    "@earendil-works/pi-ai": "^0.74.0",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@types/node": "^20.0.0",
    "tsx": "^4.23.0",
    "typebox": "^1.1.24",
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "chokidar": "^3.6.0"
  }
}
