{
  "name": "@fugood/bricks-cli",
  "version": "2.24.9",
  "description": "BRICKS CLI - Command-line interface for BRICKS Workspace API",
  "keywords": [
    "bricks",
    "cli",
    "graphql",
    "workspace"
  ],
  "license": "UNLICENSED",
  "s3url": {
    "release": "https://cdn.bricks.tools/bricks-cli/release",
    "beta": "https://cdn.bricks.tools/bricks-cli/beta"
  },
  "bin": {
    "bricks": "./bin/bricks"
  },
  "files": [
    "lib",
    "!lib/lib.js",
    "bin"
  ],
  "type": "module",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./lib": "./lib/lib.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "start": "bun bin/bricks.js",
    "dev": "bun --watch bin/bricks.js",
    "build": "webpack --config webpack.config.js",
    "build:dist": "$npm_execpath scripts/build-distribution.js",
    "release": "$npm_execpath scripts/build-distribution.js",
    "release-beta": "$npm_execpath scripts/build-distribution.js --beta",
    "upload-release": "node scripts/upload-release.js",
    "upload-beta": "node scripts/upload-release.js --beta",
    "prepack": "bun run build"
  },
  "dependencies": {
    "conf": "^13.0.1",
    "ink": "^6.0.0",
    "ink-picture": "^1.3.3",
    "oxfmt": "^0.36.0",
    "react": "19.2.3",
    "ws": "^8.17.1"
  },
  "devDependencies": {
    "@apollo/client": "^3.13.8",
    "@inquirer/prompts": "^7.0.0",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "graphql": "^16.3.0",
    "graphql-tag": "^2.10.3",
    "https-proxy-agent": "^5.0.0",
    "ink-select-input": "^6.0.0",
    "ink-spinner": "^5.0.0",
    "ink-testing-library": "^4.0.0",
    "ink-text-input": "^6.0.0",
    "lodash": "^4.17.4",
    "mime-types": "^2.1.31",
    "node-fetch": "^2.6.9",
    "ora": "^8.1.1",
    "terser-webpack-plugin": "^5.0.3",
    "node-machine-id": "^1.1.12"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
