{
  "name": "@openleash/cli",
  "version": "0.20.10",
  "description": "CLI for openleash",
  "main": "./dist/index.js",
  "bin": {
    "openleash": "./dist/index.js"
  },
  "files": ["dist", "LICENSE"],
  "scripts": {
    "build": "tsc -b"
  },
  "dependencies": {
    "@openleash/core": "0.20.10",
    "@openleash/server": "0.20.10",
    "prompts": "^2.4.2",
    "yaml": "^2.8.3"
  },
  "devDependencies": {
    "@types/prompts": "^2.4.9"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openleash/openleash.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/openleash/openleash/tree/main/packages/cli",
  "bugs": {
    "url": "https://github.com/openleash/openleash/issues"
  }
}
