{
  "name": "pi-skill-deck",
  "version": "0.2.1",
  "description": "Two-pane categorized skill browser for Pi with bookmarks, tags, frecency tracking, source attribution, and 8 group-by modes (category, source, framework, creator, location, tag, usage, flat)",
  "main": "index.ts",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "tui",
    "skills",
    "productivity"
  ],
  "homepage": "https://github.com/CymatiStatic/pi-skill-deck#readme",
  "bugs": {
    "url": "https://github.com/CymatiStatic/pi-skill-deck/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CymatiStatic/pi-skill-deck.git"
  },
  "author": "CymatiStatic",
  "license": "MIT",
  "files": [
    "index.ts",
    "overlay.ts",
    "scan.ts",
    "state.ts",
    "categories.ts",
    "source.ts",
    "body.ts",
    "tags.ts",
    "groupings.ts",
    "preview.png",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.1.0",
    "@mariozechner/pi-tui": ">=0.1.0"
  },
  "peerDependenciesMeta": {
    "@mariozechner/pi-coding-agent": { "optional": false },
    "@mariozechner/pi-tui": { "optional": false }
  }
}