Logo
Explore Help
Register Sign In
External/superpowers
1
0
Fork 0
You've already forked superpowers
mirror of https://github.com/obra/superpowers.git synced 2026-06-09 17:02:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
fix/windows-codex-launcher
superpowers/lib/brainstorm-server/package.json

12 lines
249 B
JSON
Raw Permalink Normal View History

feat: add brainstorm server foundation Create the initial server for the visual brainstorming companion: - Express server with WebSocket support for browser communication - File watcher (chokidar) to detect screen.html changes - Auto-injects helper.js into served HTML for event capture - Binds to localhost only (127.0.0.1) for security - Outputs JSON events to stdout for Claude consumption
2026-01-17 12:56:11 -08:00
{
"name": "brainstorm-server",
"version": "1.0.0",
"description": "Visual brainstorming companion server for Claude Code",
"main": "index.js",
"dependencies": {
"chokidar": "^3.5.3",
"express": "^4.18.2",
"ws": "^8.14.2"
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 111ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API