{
  "name": "@supermachine/proxy",
  "version": "1.1.2",
  "description": "Proxy inside machines for Supermachine.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supercorp-ai/supermachine-proxy.git"
  },
  "keywords": [
    "supermachine",
    "proxy"
  ],
  "type": "module",
  "bin": {
    "supermachine-proxy": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "http-proxy": "^1.18.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/http-proxy": "^1.17.15",
    "@types/node": "^22.10.10",
    "@types/yargs": "^17.0.33",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  }
}
