{
  "artifactDownloadUrls": [
    "https://github.com/dshakes/firstpass/releases/download/v0.1.4"
  ],
  "author": "Firstpass",
  "bin": {
    "firstpass": "run-firstpass.js",
    "firstpass-proxy": "run-firstpass-proxy.js"
  },
  "dependencies": {
    "detect-libc": "^2.1.2"
  },
  "description": "Drop-in, Anthropic-compatible LLM proxy that routes each request to the cheapest model that provably passes a quality gate, escalates on failure, and records a tamper-evident audit trace.",
  "devDependencies": {
    "prettier": "^3.8.3"
  },
  "engines": {
    "node": ">=14.14",
    "npm": ">=6"
  },
  "glibcMinimum": {
    "major": 2,
    "series": 35
  },
  "homepage": "https://dshakes.github.io/firstpass",
  "keywords": [
    "web-programming::http-server",
    "command-line-utilities",
    "llm",
    "proxy",
    "routing",
    "anthropic",
    "ai"
  ],
  "license": "Apache-2.0",
  "name": "@dshakesnotbot/firstpass-proxy",
  "preferUnplugged": true,
  "repository": "https://github.com/dshakes/firstpass",
  "scripts": {
    "fmt": "prettier --write **/*.js",
    "fmt:check": "prettier --check **/*.js",
    "postinstall": "node ./install.js"
  },
  "supportedPlatforms": {
    "aarch64-apple-darwin": {
      "artifactName": "firstpass-proxy-aarch64-apple-darwin.tar.xz",
      "bins": {
        "firstpass": "firstpass",
        "firstpass-proxy": "firstpass-proxy"
      },
      "zipExt": ".tar.xz"
    },
    "aarch64-pc-windows-msvc": {
      "artifactName": "firstpass-proxy-x86_64-pc-windows-msvc.zip",
      "bins": {
        "firstpass": "firstpass.exe",
        "firstpass-proxy": "firstpass-proxy.exe"
      },
      "zipExt": ".zip"
    },
    "aarch64-unknown-linux-gnu": {
      "artifactName": "firstpass-proxy-aarch64-unknown-linux-gnu.tar.xz",
      "bins": {
        "firstpass": "firstpass",
        "firstpass-proxy": "firstpass-proxy"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-apple-darwin": {
      "artifactName": "firstpass-proxy-x86_64-apple-darwin.tar.xz",
      "bins": {
        "firstpass": "firstpass",
        "firstpass-proxy": "firstpass-proxy"
      },
      "zipExt": ".tar.xz"
    },
    "x86_64-pc-windows-gnu": {
      "artifactName": "firstpass-proxy-x86_64-pc-windows-msvc.zip",
      "bins": {
        "firstpass": "firstpass.exe",
        "firstpass-proxy": "firstpass-proxy.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-pc-windows-msvc": {
      "artifactName": "firstpass-proxy-x86_64-pc-windows-msvc.zip",
      "bins": {
        "firstpass": "firstpass.exe",
        "firstpass-proxy": "firstpass-proxy.exe"
      },
      "zipExt": ".zip"
    },
    "x86_64-unknown-linux-gnu": {
      "artifactName": "firstpass-proxy-x86_64-unknown-linux-gnu.tar.xz",
      "bins": {
        "firstpass": "firstpass",
        "firstpass-proxy": "firstpass-proxy"
      },
      "zipExt": ".tar.xz"
    }
  },
  "version": "0.1.4",
  "volta": {
    "node": "18.14.1",
    "npm": "9.5.0"
  }
}