{
  "name": "rtfd-pi",
  "version": "0.1.1",
  "type": "module",
  "description": "Native pi extension that fetches real-time docs from PyPI, npm, crates.io, GoDocs, DockerHub, GitHub, GCP, Zig, and LogScale.",
  "main": "src/index.ts",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:unit": "vitest run tests/shared",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "cheerio": "^1.0.0",
    "gpt-tokenizer": "^2.5.0",
    "turndown": "^7.2.0",
    "typebox": "^1.1.38"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-ai": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@types/node": "^22.0.0",
    "@types/turndown": "^5.0.5",
    "msw": "^2.4.0",
    "typescript": "^5.5.0",
    "vitest": "^2.1.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://github.com/aserper/rtfd-pi/raw/master/logo.png"
  },
  "keywords": [
    "pi-package",
    "pi",
    "rtfd",
    "documentation",
    "mcp",
    "extension"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aserper/rtfd-pi.git"
  },
  "homepage": "https://github.com/aserper/rtfd-pi#readme",
  "bugs": {
    "url": "https://github.com/aserper/rtfd-pi/issues"
  },
  "author": "Amit Serper",
  "license": "MIT",
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "logo.png"
  ]
}
