{
  "name": "qwen-chat-cli",
  "version": "1.4.0",
  "description": "A command line interface for Qwen AI models",
  "main": "dist/index.js",
  "bin": {
    "qwen": "./bin/qwen-cli"
  },
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "qwen",
    "ai",
    "cli",
    "chat",
    "tongyi",
    "alibaba"
  ],
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "chalk": "^3.0.0",
    "commander": "^11.1.0",
    "cosmiconfig": "^8.3.6",
    "dotenv": "^16.3.1",
    "inquirer": "^9.2.0",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.9",
    "@types/node": "^20.9.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/qwen-chat-cli.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/qwen-chat-cli/issues"
  },
  "homepage": "https://github.com/yourusername/qwen-chat-cli#readme"
}
