{
  "name": "@vladstudio/pi-file-tree",
  "version": "1.0.0",
  "description": "Pi extension: a file_tree tool that returns an ASCII tree structure of a path, with smart auto-depth that fills available context.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "file-tree",
    "tree",
    "directory"
  ],
  "license": "MIT",
  "author": "vladstudio",
  "homepage": "https://github.com/vladstudio/pi-file-tree",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vladstudio/pi-file-tree.git"
  },
  "files": ["index.ts", "README.md"],
  "pi": {
    "extensions": ["./index.ts"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.74.0 <1",
    "@sinclair/typebox": ">=0.34.0 <1"
  }
}