{
  "name": "glm-4-voice-chat",
  "version": "1.0.0",
  "description": "GLM-4 语音聊天 - 完整独立可移植版本",
  "main": "index.html",
  "files": [
    "index.html",
    "app.js",
    "README.md",
    "QUICKSTART.md",
    "DEPLOYMENT.md",
    "CHANGELOG.md",
    "examples/",
    "START_HERE.txt"
  ],
  "keywords": ["voice", "chat", "glm-4", "ai", "speech"],
  "author": "ircocos",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": ""
  },
  "scripts": {
    "prepublishOnly": "node -e \"console.log('prepublish check: ok')\""
  }
}
