{
  "name": "@ariedotme/pi-firecrawl-web",
  "version": "0.1.2",
  "description": "Pi extension for Firecrawl-powered web search, content fetch, and structured extraction.",
  "type": "module",
  "main": "./index.ts",
  "files": [
    "index.ts",
    "README.md",
    "skills",
    "pi-manifest.json",
    "package.json"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "firecrawl",
    "web-search",
    "web-fetch",
    "ai"
  ],
  "license": "MIT",
  "homepage": "https://github.com/ariedotme/pi-firecrawl-web#readme",
  "bugs": {
    "url": "https://github.com/ariedotme/pi-firecrawl-web/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ariedotme/pi-firecrawl-web.git"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test test/*.test.ts"
  },
  "dependencies": {
    "firecrawl": "^4.28.2",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  }
}
