{
  "name": "collabdocchat",
  "version": "2.5.14",
  "description": "开源的实时协作文档聊天平台 - 集成任务管理、多人文档编辑、智能点名功能",
  "main": "./server/index.js",
  "type": "module",
  "bin": {
    "collabdocchat": "bin/cli.js"
  },
  "files": [
    "bin",
    "server",
    "src",
    "scripts",
    "dist",
    "README.md",
    "LICENSE",
    "package.json",
    "vite.config.js",
    "index.html",
    ".gitignore",
    "install-and-start.bat",
    "install-and-start.sh",
    "QUICK_START.md",
    "INSTALLATION.md",
    "CONTRIBUTING.md",
    "USAGE.md"
  ],
  "keywords": [
    "collaboration",
    "real-time",
    "document-editing",
    "chat",
    "task-management",
    "websocket",
    "crdt",
    "open-source",
    "collaborative-editing",
    "yjs",
    "mongodb",
    "express"
  ],
  "author": "shijinghao",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shijinghao/collabdocchat.git"
  },
  "bugs": {
    "url": "https://github.com/shijinghao/collabdocchat/issues"
  },
  "homepage": "https://github.com/shijinghao/collabdocchat#readme",
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=7.0.0"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "dev": "concurrently \"npm run server\" \"npm run client\" \"npm run open-browser\"",
    "start": "node scripts/start-app.js",
    "start:simple": "node scripts/start-simple.js",
    "quick-start": "node scripts/quick-start.js",
    "stop": "node scripts/stop-app.js",
    "server": "nodemon server/index.js",
    "client": "vite",
    "open-browser": "node scripts/open-browser.js",
    "build": "vite build",
    "preview": "vite preview",
    "serve": "node server/index.js",
    "fix": "node scripts/fix-startup-issues.js",
    "prepublishOnly": "npm run build && node scripts/pre-publish-check.js",
    "prepack": "node scripts/pre-publish-check.js"
  },
  "dependencies": {
    "archiver": "^6.0.2",
    "axios": "^1.13.3",
    "bcryptjs": "^2.4.3",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "emoji-picker-element": "^1.28.1",
    "express": "^4.18.2",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.0.3",
    "multer": "^2.0.2",
    "node-cron": "^3.0.3",
    "redis": "^4.6.0",
    "ws": "^8.14.2",
    "y-websocket": "^1.5.0",
    "yjs": "^13.6.10"
  },
  "devDependencies": {
    "buffer": "^6.0.3",
    "concurrently": "^8.2.2",
    "crypto-browserify": "^3.12.0",
    "nodemon": "^3.0.2",
    "open": "^11.0.0",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "vite": "^5.0.8"
  }
}
