Spaces:
Running
Running
File size: 432 Bytes
9a59b31 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"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"
}
} |