{
  "name": "@firecrawl/prometheus-cli",
  "version": "0.1.4",
  "description": "Ask Prometheus for verified Firecrawl code and manage self-healing data jobs from the shell.",
  "type": "module",
  "private": false,
  "bin": {
    "prometheus": "./bin.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin.mjs",
    "skills",
    "README.md"
  ]
}
