{
  "name": "@coze-arch/cli",
  "version": "0.1.9",
  "private": false,
  "description": "coze coding devtools cli",
  "license": "MIT",
  "author": "fanwenjie.fe@bytedance.com",
  "maintainers": [],
  "bin": {
    "coze-dev": "bin/main"
  },
  "files": [
    "lib",
    "bin",
    "docs/deploy.md",
    "lib/**/.npmrc",
    "!**/*.tsbuildinfo",
    "!**/*.map",
    "!**/node-compile-cache",
    "!**/node-compile-cache/**"
  ],
  "scripts": {
    "audit:post": "pack-audit post",
    "audit:pre": "pack-audit pre",
    "prebuild": "tsx scripts/prebuild.ts",
    "build": "tsx scripts/build.ts",
    "create": "tsx scripts/create-template.ts",
    "knip": "knip --include files",
    "knip:all": "knip",
    "lint": "eslint ./ --cache",
    "pre-release": "tsx scripts/pre-release.ts",
    "postpublish": "bash scripts/sync-npmmirror.sh",
    "test": "vitest --run --passWithNoTests",
    "test:all": "bash scripts/test-coverage.sh",
    "test:cov": "vitest --run --passWithNoTests --coverage",
    "test:e2e": "NODE_ENV=test bash scripts/e2e.sh",
    "test:integration:web": "node --test __tests__/integration/local-workspace.test.cjs",
    "test:perf": "vitest bench --run --config vitest.perf.config.ts",
    "test:perf:compare": "bash scripts/compare-perf.sh",
    "test:perf:save": "bash scripts/run-perf-with-output.sh"
  },
  "dependencies": {
    "@iarna/toml": "^2.2.5",
    "ajv": "^8.20.0",
    "ajv-formats": "^3.0.1",
    "change-case": "^5.4.4",
    "commander": "~12.1.0",
    "debug": "^4.4.3",
    "ejs": "^3.1.10",
    "fast-glob": "^3.3.3",
    "js-yaml": "^4.2.0",
    "minimist": "^1.2.8",
    "pnpm": "9.0.0",
    "shelljs": "^0.10.0",
    "tar": "^7.5.22"
  },
  "devDependencies": {
    "@coze-arch/cli-logger": "workspace:*",
    "@coze-arch/cli-slardar": "workspace:*",
    "@coze-arch/eslint-config": "workspace:*",
    "@coze-arch/fs-enhance": "workspace:*",
    "@coze-arch/pack-audit": "workspace:*",
    "@coze-arch/rollup-config": "workspace:*",
    "@coze-arch/ts-config": "workspace:*",
    "@coze-arch/vitest-config": "workspace:*",
    "@coze-coding/lambda": "workspace:*",
    "@inquirer/prompts": "^3.2.0",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-json": "~6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-sucrase": "^5.1.0",
    "@types/debug": "^4.1.13",
    "@types/ejs": "^3.1.5",
    "@types/iarna__toml": "^2.0.5",
    "@types/js-yaml": "^4.0.9",
    "@types/minimist": "^1.2.5",
    "@types/node": "^24",
    "@types/shelljs": "^0.10.0",
    "@vitest/coverage-v8": "~4.1.10",
    "knip": "^5.30.1",
    "minimatch": "^10.2.5",
    "playwright": "~1.61.1",
    "rollup": "^4.60.1",
    "sucrase": "^3.35.1",
    "tsx": "^4.23.11",
    "tree-kill": "^1.2.2",
    "vitest": "~4.1.10"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "cozePublishConfig": {
    "bin": {
      "coze-dev": "bin/main"
    }
  }
}