{
  "name": "@microwiseai/claude-web-server",
  "version": "1.0.2",
  "description": "Local server for Web Claude Code - Unofficial web interface for Claude Code",
  "main": "dist/index.js",
  "bin": {
    "claude-web-server": "./dist/cli.js"
  },
  "scripts": {
    "dev": "CHOKIDAR_USEPOLLING=true WATCHPACK_POLLING=true tsx watch src/index.ts",
    "build": "tsc && chmod +x dist/cli.js",
    "start": "node dist/index.js",
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "claude",
    "claude-code",
    "terminal",
    "web-terminal",
    "ai",
    "development",
    "unofficial"
  ],
  "author": "MicroWise AI",
  "license": "MIT",
  "homepage": "https://claude.microwiseai.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/microwiseai/claude-web-server.git"
  },
  "bugs": {
    "url": "https://github.com/microwiseai/claude-web-server/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "dist/**/*",
    "scripts/**/*",
    "README.md"
  ],
  "dependencies": {
    "auto-launch": "^5.0.6",
    "chalk": "^5.4.1",
    "commander": "^14.0.0",
    "cors": "^2.8.5",
    "express": "^5.1.0",
    "inquirer": "^12.7.0",
    "node-pty": "^1.0.0",
    "socket.io": "^4.8.1"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^5.0.3",
    "@types/node": "^24.0.13",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3"
  }
}
