{
  "name": "@awaismirza/bypass-cors",
  "version": "1.2.0",
  "description": "Bypass CORS is a Node.js application that creates a proxy server to bypass Cross-Origin Resource Sharing (CORS) issues. It allows you to make cross-origin requests to APIs that would otherwise be blocked by the browser's same-origin policy.",
  "main": "./bin/index.js",
  "bin": {
    "bypass-cors": "./bin/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "./bin/index.js"
  ],
  "keywords": [
    "cors",
    "proxy",
    "server",
    "middleware",
    "security"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/awaismirza/bypass-cors.git"
  },
  "bugs": "https://github.com/awaismirza/bypass-cors/issues",
  "author": {
    "name": "Awais Jamil",
    "url": "https://github.com/awaismirza"
  },
  "license": "MIT",
  "dependencies": {
    "@fastify/cors": "^11.2.0",
    "@fastify/reply-from": "^12.6.2",
    "fastify": "5.8.5",
    "readline-sync": "1.4.10"
  }
}
