forked from steel-dev/browserbench
-
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) · 780 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 780 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": "browserbench",
"version": "0.1.0",
"license": "MIT",
"engines": {
"node": ">=18"
},
"description": "remote browser benchmark",
"main": "index.js",
"scripts": {
"dev": "tsx src/cli.ts",
"build": "tsc -p tsconfig.json",
"bench": "node dist/cli.js",
"sumamrize": "tsx scripts/summarize.ts"
},
"author": "junhsss <junhsssr@gmail.com>",
"devDependencies": {
"@types/node": "^24.10.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@browserbasehq/sdk": "^2.6.0",
"@hyperbrowser/sdk": "^0.71.0",
"@olib-ai/owl-browser-sdk": "^2.0.4",
"@onkernel/sdk": "^0.18.0",
"anchorbrowser": "^0.8.3",
"dotenv": "^17.2.3",
"playwright-core": "^1.56.1",
"steel-sdk": "^0.14.0"
}
}