bytedance--ui-tars-desktop
1a390b2815
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1s
/ test (push) Failing after 0s
secretlint / Run secretlint to diff files (push) Failing after 1s
UI-TARS E2E Test / E2E (macos-13) (push) Has been cancelled
UI-TARS E2E Test / E2E (macos-latest) (push) Has been cancelled
UI-TARS E2E Test / E2E (windows-latest) (push) Has been cancelled
CI Test, Typecheck / Test & Typecheck (push) Has been cancelled
24 行
631 B
JSON
24 行
631 B
JSON
{
|
|
"private": true,
|
|
"name": "@agent-tars/content-extraction-benchmark",
|
|
"version": "0.3.0",
|
|
"description": "Benchmark for different page content extraction strategies",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"bench": "ts-node src/index.ts --save",
|
|
"bench:memory": "node --expose-gc node_modules/.bin/tsx src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@agent-infra/browser": "0.1.1",
|
|
"@agent-infra/shared": "0.0.2",
|
|
"@dqbd/tiktoken": "^1.0.7",
|
|
"chalk": "^4.1.2",
|
|
"fs-extra": "^11.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|