{
  "name": "@dbos-inc/dbos-cloud",
  "version": "4.19.8",
  "description": "Tool for performing application deployment to DBOS cloud",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbos-inc/dbos-transact-ts",
    "directory": "packages/dbos-cloud"
  },
  "homepage": "https://docs.dbos.dev/",
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "test": "echo \"No tests\""
  },
  "bin": {
    "dbos-cloud": "./dist/cli.js"
  },
  "devDependencies": {
    "@types/luxon": "^3.7.1",
    "@types/node": "^20.6.3",
    "@types/prompt-sync": "^4.2.3",
    "@types/update-notifier": "^6.0.8",
    "@types/validator": "^13.11.9",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.8.2",
    "axios": "^1.7.4",
    "chalk": "4.1.2",
    "commander": "^12.0.0",
    "dotenv": "^16.4.7",
    "dotenv-expand": "^12.0.1",
    "fast-glob": "^3.3.2",
    "jsonwebtoken": "^9.0.2",
    "jszip": "^3.10.1",
    "jwks-rsa": "^3.1.0",
    "luxon": "^3.7.2",
    "open": "^10.1.0",
    "prompt-sync": "^4.2.0",
    "update-notifier": "^7.0.0",
    "validator": "^13.11.0",
    "winston": "^3.12.0",
    "winston-transport": "^4.7.0",
    "yaml": "^2.4.5"
  }
}
