{
  "name": "@coze/cli",
  "version": "0.3.2",
  "private": false,
  "description": "Coze CLI - A command-line interface for Coze platform",
  "license": "MIT",
  "author": "fanwenjie.fe@bytedance.com",
  "maintainers": [],
  "bin": {
    "coze": "bin/main"
  },
  "files": [
    "lib",
    "bin",
    "skills",
    "README.md",
    "LICENSE.md",
    "THIRD-PARTY-LICENSES.md",
    "!**/*.tsbuildinfo",
    "!**/*.map"
  ],
  "scripts": {
    "audit:post": "pack-audit post",
    "audit:pre": "pack-audit pre",
    "prebuild": "tsx scripts/prebuild.ts",
    "build": "CUSTOM_VERSION=release REGION=cn tsx scripts/build.ts",
    "postinstall": "node bin/postinstall.js",
    "knip": "knip --include files",
    "knip:all": "knip",
    "lint": "eslint ./ --cache",
    "pre-release": "npm run build",
    "prepublishOnly": "npm run build",
    "test": "vitest --run --passWithNoTests",
    "test:all": "bash scripts/test-coverage.sh",
    "test:cov": "vitest --run --passWithNoTests --coverage",
    "test:e2e": "echo 'e2e skipped' && exit 0"
  },
  "dependencies": {
    "@inquirer/prompts": "^3.2.0",
    "chalk": "^4.1.2",
    "commander": "~12.1.0",
    "form-data": "^4.0.5",
    "http-proxy-agent": "^7.0.2",
    "https-proxy-agent": "^7.0.6",
    "lodash": "^4.18.1",
    "mitt": "~3.0.1",
    "omelette": "~0.4.17",
    "openapi-typescript": "~7.4.0",
    "skills": "latest",
    "swagger2openapi": "^7.0.8",
    "undici": "~7.24.5",
    "ws": "~8.20.0"
  },
  "devDependencies": {
    "@byted/frontier-web-sdk": "~1.25.9",
    "@coze-arch/api-schema": "workspace:*",
    "@coze-arch/cli-logger": "workspace:*",
    "@coze-arch/cli-slardar": "workspace:*",
    "@coze-arch/eslint-config": "workspace:*",
    "@coze-arch/pack-audit": "workspace:*",
    "@coze-arch/request": "workspace:*",
    "@coze-arch/ts-config": "workspace:*",
    "@coze-arch/vitest-config": "workspace:*",
    "@coze-chat/chat-area-utils": "workspace:*",
    "@coze-chat/chat-core": "workspace:*",
    "@coze-chat/chat-core-typings": "workspace:*",
    "@coze-chat/chat-input": "workspace:*",
    "@coze-coding/env": "workspace:*",
    "@coze-coding/lambda": "workspace:*",
    "@emnapi/runtime": "^1.10.0",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-json": "~6.0.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-sucrase": "^5.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/lodash": "^4.17.24",
    "@types/node": "^24",
    "@types/swagger2openapi": "^7.0.4",
    "@vitest/coverage-v8": "~4.1.7",
    "knip": "^5.30.1",
    "rollup": "^4.60.1",
    "sucrase": "^3.35.1",
    "tsx": "^4.22.3",
    "vitest": "~4.1.7"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}