{
  "name": "@fetchproxy/cli",
  "version": "3.1.0",
  "description": "One-shot CLI for the fetchproxy bridge: authenticated fetches and session reads through the user's signed-in browser tab, scoped by per-service profiles.",
  "type": "module",
  "bin": {
    "fpx": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -b"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrischall/fetchproxy.git",
    "directory": "packages/cli"
  },
  "license": "MIT",
  "dependencies": {
    "@fetchproxy/bootstrap": "^3.1.0",
    "@fetchproxy/protocol": "^3.1.0",
    "@fetchproxy/server": "^3.1.0"
  },
  "devDependencies": {
    "@fetchproxy/test-helpers": "^3.1.0"
  }
}
