{
  "name": "@zegging/pi-elasticsearch-http",
  "version": "0.1.2",
  "description": "Pi extension for safe, reproducible Elasticsearch HTTP requests from .http/.rest files or raw HTTP text.",
  "type": "module",
  "main": "./src/index.ts",
  "files": [
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "elasticsearch",
    "http",
    "rest-client"
  ],
  "author": "zegging",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zegging/pi-extension.git",
    "directory": "packages/pi-elasticsearch-http"
  },
  "bugs": {
    "url": "https://github.com/zegging/pi-extension/issues"
  },
  "homepage": "https://github.com/zegging/pi-extension/tree/main/packages/pi-elasticsearch-http#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "build": "echo 'nothing to build'",
    "check": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run check && npm test"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "typescript": "^5.7.3",
    "vitest": "^2.1.9"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
