{
  "name": "phala",
  "version": "1.0.5",
  "description": "CLI for Managing Phala Cloud Services",
  "author": {
    "name": "Phala Network",
    "url": "https://github.com/Phala-Network"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Phala-Network/phala-cloud-cli.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "tee",
    "phala",
    "cloud"
  ],
  "type": "module",
  "exports": "./dist/index.js",
  "bin": {
    "phala": "./dist/index.js",
    "pha": "./dist/index.js"
  },
  "scripts": {
    "build": "tsup && bun link",
    "test": "bun test"
  },
  "dependencies": {
    "@antfu/ni": "^0.21.12",
    "@babel/core": "^7.26.7",
    "@babel/parser": "^7.26.7",
    "@babel/plugin-transform-typescript": "^7.26.7",
    "@noble/curves": "^1.8.1",
    "@phala/dstack-sdk": "^0.1.10",
    "axios": "^1.7.9",
    "chalk": "5.2.0",
    "commander": "^10.0.1",
    "cosmiconfig": "^8.3.6",
    "crypto": "^1.0.1",
    "diff": "^5.2.0",
    "execa": "^7.2.0",
    "fast-glob": "^3.3.3",
    "fs-extra": "^11.3.0",
    "handlebars": "^4.7.8",
    "https-proxy-agent": "^6.2.1",
    "inquirer": "^12.4.2",
    "lodash": "^4.17.21",
    "node-fetch": "^3.3.2",
    "ora": "^6.3.1",
    "papaparse": "^5.5.2",
    "prompts": "^2.4.2",
    "recast": "^0.23.9",
    "ts-morph": "^18.0.0",
    "tsconfig-paths": "^4.2.0",
    "tsx": "^4.19.2",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@types/babel__core": "^7.20.1",
    "@types/bun": "latest",
    "@types/diff": "^5.0.3",
    "@types/fs-extra": "^11.0.1",
    "@types/inquirer": "^9.0.7",
    "@types/lodash": "^4.17.7",
    "@types/prompts": "^2.4.2",
    "rimraf": "^4.1.3",
    "tsup": "^6.6.3",
    "type-fest": "^3.8.0",
    "typescript": "5.6.3"
  }
}
