DHX / package.json
maylinejix's picture
Create package.json
9a59b31 verified
raw
history blame contribute delete
432 Bytes
{
"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"
}
}