{
"name": "whimsical-mcp-server",
"version": "1.0.0",
"description": "MCP server for creating Whimsical diagrams",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"@playwright/test": "^1.41.1",
"@types/node": "^20.0.0",
"node-fetch": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
}
}