* full native * fix: apply cargo fmt formatting * fix: prevent zip path traversal in Chromium installer Use enclosed_name() to sanitize zip entry paths, preventing malicious archives from writing outside the extraction directory. * improvements * fix: apply cargo fmt formatting * benchmarks * bench * updates * fixes
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"name": "agent-browser-benchmarks",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"bench": "tsx bench.ts"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/sandbox": "^1.8.0",
|
|
"tsx": "^4.19.0"
|
|
}
|
|
}
|