{
  "name": "@whyuds/ask-user",
  "version": "1.0.3",
  "description": "A cross-platform command-line tool and MCP server to show dialog windows and get user input for AI code editors",
  "main": "electron-main.js",
  "type": "module",
  "bin": {
    "ask": "./bin/ask.js",
    "ask-user-mcp": "./mcp-server.js"
  },
  "scripts": {
    "test": "echo \"No tests specified\""
  },
  "keywords": [
    "dialog",
    "input",
    "cli",
    "cross-platform",
    "window",
    "mcp",
    "model-context-protocol",
    "ai",
    "cursor",
    "windsurf",
    "trae",
    "electron"
  ],
  "author": "whyuds",
  "license": "MIT",
  "dependencies": {
    "electron": "^27.0.0",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.22.4",
    "commander": "^11.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/whyuds/AskUser.git"
  },
  "bugs": {
    "url": "https://github.com/whyuds/AskUser/issues"
  },
  "homepage": "https://github.com/whyuds/AskUser#readme"
}