{
  "name": "@artale/pi-procs",
  "version": "1.1.2",
  "description": "Background process manager for Pi. Start dev servers, watch builds, tail logs — without blocking the agent.",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "author": "artale",
  "repository": {
    "type": "git",
    "url": "https://github.com/artale93/pi-procs.git"
  },
  "files": [
    "src/extension.ts"
  ],
  "pi": {
    "extensions": [
      "src/extension.ts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  }
}
