{
  "name": "anbaric-hosting",
  "version": "1.34.0",
  "description": "Run an Anbaric platform: the hosted API, dispatcher, build layers and app proxy, bootable with the anbaric-hosting command",
  "license": "MIT",
  "type": "module",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "bin": {
    "anbaric-hosting": "bin/anbaric-hosting.js"
  },
  "files": [
    "src",
    "bin"
  ],
  "dependencies": {
    "anbaric-cloud-hosting": "^1.34.0",
    "tsx": "^4.20.0"
  }
}
