{
  "name": "@petezah-games/scramjet-controller",
  "version": "0.1.5",
  "description": "Controller for Scramjet proxy, it manages coordination between application, service workers, and proxy transports",
  "type": "module",
  "author": "PeteZah Games",
  "repository": {
    "type": "git",
    "url": "https://github.com/petezah-games/scramjet"
  },
  "bugs": {
    "url": "https://github.com/petezah-games/scramjet/issues"
  },
  "homepage": "https://github.com/petezah-games/scramjet#readme",
  "keywords": [
    "proxy",
    "scramjet",
    "web-proxy",
    "service-worker",
    "rpc",
    "transport"
  ],
  "exports": {
    ".": {
      "import": "./dist/controller.api.js",
      "types": "./dist/types/index.d.ts"
    },
    "./inject": {
      "import": "./dist/controller.inject.js",
      "types": "./dist/types/inject.d.ts"
    },
    "./worker": {
      "import": "./dist/controller.sw.js",
      "types": "./dist/types/sw.d.ts"
    },
    "./path": {
      "import": "./lib/index.js",
      "types": "./lib/index.d.ts"
    }
  },
  "files": [
    "dist",
    "lib"
  ],
  "dependencies": {
    "@mercuryworkshop/proxy-transports": "1.0.2",
    "@mercuryworkshop/scramjet": "npm:@petezah-games/scramjet@2.0.3-petezah-alpha"
  },
  "devDependencies": {
    "@mercuryworkshop/rpc": "0.0.1"
  }
}