{
  "name": "@elyracode/http-tools",
  "version": "0.9.24",
  "description": "Elyra extension for HTTP requests -- API testing, live docs fetching, and OpenAPI parsing",
  "type": "module",
  "keywords": [
    "elyra-package",
    "http",
    "api-testing",
    "openapi",
    "swagger",
    "fetch"
  ],
  "license": "MIT",
  "author": "Knut W. Horne",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kwhorne/elyra.git",
    "directory": "packages/http-tools"
  },
  "elyra": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "peerDependencies": {
    "@elyracode/coding-agent": "*",
    "typebox": "*"
  },
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "build": "echo 'nothing to build'",
    "check": "echo 'nothing to check'"
  }
}
