{
  "name": "pi-super-curl",
  "version": "1.1.3",
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "video": "https://raw.githubusercontent.com/Graffioh/pi-super-curl/main/demo.mp4"
  },
  "description": "HTTP request extension for pi shitty coding agent with auto-config, JWT generation, and named endpoints",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "http",
    "curl",
    "api",
    "rest",
    "jwt",
    "postman",
    "claude",
    "gemini",
    "codex"
  ],
  "author": "Graffioh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Graffioh/pi-super-curl"
  },
  "homepage": "https://github.com/Graffioh/pi-super-curl#readme",
  "bugs": {
    "url": "https://github.com/Graffioh/pi-super-curl/issues"
  },
  "dependencies": {
    "dotenv": "^17.2.3",
    "jsonwebtoken": "^9.0.2",
    "uuid": "^14.0.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@mariozechner/pi-coding-agent": {
      "optional": true
    },
    "@mariozechner/pi-tui": {
      "optional": true
    }
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.70.6",
    "@mariozechner/pi-tui": "^0.70.6",
    "@types/jsonwebtoken": "^9.0.9",
    "@types/node": "^24.3.0",
    "typescript": "^5.9.3"
  }
}
