{
  "name": "aichat-antdesignx-app-cli",
  "version": "1.0.1",
  "description": "借助antd design x及开源包aichat-core封装的web端AI聊天助手App（TS版本）",
  "main": "index.js",
  "bin": {
    "adxcli": "./bin/adxcli.js"
  },
  "keywords": [
    "aichat-antdesignx-app-cli",
    "adxcli",
    "ant design x",
    "aichat-core",
    "前端通用大语言聊天脚手架",
    "大语言聊天脚手架支持MCP"
  ],
  "scripts": {
    "login": "npm login --registry https://registry.npmjs.org/",
    "deploy": "npm publish --registry https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/appleyk/vite-react-app-cli/tree/aichat-app-cli/"
  },
  "author": "appleyk",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "clear": "^0.1.0",
    "commander": "^5.1.0",
    "download-git-repo": "^3.0.2",
    "figlet": "^1.5.2",
    "handlebars": "^4.7.7",
    "open": "^8.4.0",
    "ora": "^4.0.4",
    "watch": "^1.0.2"
  }
}