{
  "name": "anbaric-cloud-hosting",
  "version": "1.32.0",
  "description": "Anbaric Cloud hosting service: Postgres-backed job persistence and queuing exposed over an HTTP API",
  "license": "MIT",
  "author": "chris@anbaric.ai",
  "type": "module",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "scripts": {
    "start": "tsx src/main.ts",
    "test": "vitest run"
  },
  "dependencies": {
    "@aws-sdk/client-cloudwatch-logs": "^3.1110.0",
    "@aws-sdk/client-codebuild": "^3.1110.0",
    "@aws-sdk/client-ecs": "^3.1110.0",
    "@aws-sdk/client-s3": "^3.1110.0",
    "@aws-sdk/client-secrets-manager": "^3.700.0",
    "@aws-sdk/client-servicediscovery": "^3.1110.0",
    "anbaric-data-store": "^1.32.0",
    "anbaric-plugins": "^1.32.0",
    "anbaric-tsapi": "^1.32.0",
    "anbaric-web": "^1.32.0",
    "esbuild": "^0.28.2",
    "pg": "^8.16.0"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "@types/pg": "^8.15.0",
    "anbaric-impl-cloud": "^1.32.0",
    "anbaric-state-machine": "^1.32.0",
    "tsx": "^4.20.0",
    "typescript": "^7.0.2"
  },
  "files": [
    "src"
  ]
}
