{
  "name": "cloudcc-cli",
  "version": "2.5.4",
  "description": "cloudcc-cli",
  "author": "cloudcc",
  "license": "ISC",
  "keywords": [
    "cloudcc",
    "cloudcc-cli"
  ],
  "main": "bin/index.js",
  "bin": {
    "cloudccCreate": "bin/project.js",
    "cloudccBuild": "bin/plugin.js",
    "cc": "bin/cc.js",
    "cloudcc": "bin/cc.js",
    "cc-mcp": "bin/mcp.js"
  },
  "scripts": {
    "test-cli-one": "node --test test/globalSelectList.cli.test.js",
    "test-cli-all": "node --test ",
    "cc-pull": "git fetch --tags -f && git pull",
    "npm-login": "npm login --registry https://registry.npmjs.com",
    "npm-publish": "npm publish --registry https://registry.npmjs.org && git add . && git commit -m 'update' && git push && curl https://npmmirror.com/sync/cloudcc-cli",
    "package-jar": "mvn clean && mvn package",
    "fetch-dev-env": "node src/mcp/tools/dev-env/fetcher.js",
    "fetch-key-guide": "node src/mcp/tools/key-guide/fetcher.js",
    "fetch-ccdk": "node src/mcp/tools/ccdk/fetcher.js"
  },
  "dependencies": {
    "@babel/parser": "^7.28.5",
    "@babel/traverse": "^7.28.5",
    "@modelcontextprotocol/sdk": "^1.23.0",
    "axios": "^0.21.4",
    "boxen": "^4.0.0",
    "chalk": "^2.4.2",
    "cheerio": "^1.0.0-rc.12",
    "crypto-js": "^4.1.1",
    "dayjs": "^1.10.7",
    "fs-extra": "^11.2.0",
    "inquirer": "^8.1.0",
    "marked": "^5.0.1",
    "mem-fs": "^2.2.1",
    "mem-fs-editor": "^9.0.1",
    "node-fetch": "^3.3.2",
    "pinyin": "^4.0.0",
    "vue-custom-element": "^3.3.0",
    "vue-template-compiler": "^2.6.14",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "sass": "^1.98.0",
    "sass-loader": "^16.0.7"
  }
}
