fbi-proxy 1.18.0

A fast and flexible proxy server for intercepting and modifying HTTP/HTTPS requests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "web-code",
  "private": true,
  "type": "module",
  "description": "fbi-proxy lab: VS Code web + iframe shell under one origin",
  "scripts": {
    "dev": "bun run start.ts",
    "shell": "vite --port 3001 --strictPort"
  },
  "devDependencies": {
    "vite": "^7.3.1"
  }
}