{ "name": "github-watcher-bot", "version": "1.0.0", "description": "GitHub repository watcher with WebSocket real-time notifications", "main": "index.js", "scripts": { "start": "node index.js" }, "keywords": [ "github", "watcher", "websocket", "monitor" ], "author": "", "license": "MIT", "dependencies": { "express": "^4.18.2", "ws": "^8.14.2", "@octokit/rest": "^20.0.2" } }