-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 807 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
29
30
31
32
{
"name": "browserkit",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "tsx --watch --env-file=.env src/app.ts",
"serve": "tsx src/app.ts",
"keygen": "tsx keygen.ts",
"gpuinfo": "tsx --env-file=.env capture-gpu.ts"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.2.0",
"@types/ws": "^8.5.14",
"esbuild": "^0.24.2",
"tsx": "^4.19.2",
"typescript": "^5.5.3"
},
"dependencies": {
"@google-cloud/logging-winston": "^6.0.0",
"@google-cloud/monitoring": "^4.1.0",
"@supabase/supabase-js": "^2.48.1",
"express": "^4.21.2",
"puppeteer-core": "^24.2.1",
"systeminformation": "^5.25.11",
"uuid": "^11.1.0",
"winston": "^3.17.0",
"ws": "^8.18.0"
}
}