{
  "name": "@ghyper9023/pi-dev-workflow",
  "version": "0.6.3",
  "keywords": [
    "pi-package"
  ],
  "description": "Developer workflow toolkit for pi: git agents, code review, Karpathy guidelines, themes",
  "homepage": "https://github.com/cherish-ltt/pi-dev-workflow#readme",
  "bugs": {
    "url": "https://github.com/cherish-ltt/pi-dev-workflow/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cherish-ltt/pi-dev-workflow.git"
  },
  "license": "MIT",
  "author": "ghyper9023",
  "type": "commonjs",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ],
    "themes": [
      "./themes"
    ]
  }
}
