forked from cloudflare/agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 791 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@cloudflare/agents-github-webhook",
"private": true,
"type": "module",
"version": "0.0.0",
"description": "A real-time GitHub repository activity monitor built with Cloudflare Agents",
"scripts": {
"start": "vite dev",
"deploy": "npm run build && wrangler deploy",
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"agents": "*",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.33.0",
"@cloudflare/workers-types": "^4.20260420.1",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^6.0.3",
"vite": "^8.0.9",
"wrangler": "^4.84.0"
}
}