-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 5.4 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 5.4 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@tangle-network/browser-agent-driver",
"version": "0.28.0",
"description": "LLM-driven browser agent for UI automation, testing, and evaluation",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"bad": "./dist/cli.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"scripts/postinstall-provider-patches.mjs",
"README.md",
"LICENSE"
],
"scripts": {
"postinstall": "node ./scripts/postinstall-provider-patches.mjs",
"build": "tsc && node ./scripts/copy-static-assets.mjs",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"lint": "tsc --noEmit",
"check:boundaries": "node ./scripts/check-boundaries.mjs",
"test": "vitest run",
"test:watch": "vitest",
"changeset": "changeset",
"version-packages": "changeset version && pnpm install --lockfile-only --no-frozen-lockfile",
"release-tag": "node ./scripts/release-tag.mjs",
"skills:install": "node ./scripts/install-skills.mjs",
"auth:save-state": "node ./scripts/save-storage-state.mjs",
"auth:check-state": "node ./scripts/check-storage-state.mjs",
"bench:validate": "node ./scripts/run-multi-rep.mjs",
"bench:compete": "node ./scripts/run-competitive.mjs",
"bench:master": "node ./scripts/run-master-comparison.mjs",
"ab:experiment": "node ./scripts/run-ab-experiment.mjs",
"research:pipeline": "node ./scripts/run-research-pipeline.mjs",
"macro:promote": "node ./scripts/run-macro-promotion.mjs",
"research:cycle": "node ./scripts/run-research-cycle.mjs",
"bench:tier1:gate": "node ./scripts/run-tier1-gate.mjs",
"bench:tier2:gate": "node ./scripts/run-tier2-gate.mjs",
"bench:tier2:repeat": "node ./scripts/run-tier2-repeat-gate.mjs",
"bench:tier3:gate": "node ./scripts/run-tier3-gate.mjs",
"bench:local:smoke": "node ./scripts/run-local-reliability.mjs --profile smoke",
"bench:local:tier1": "node ./scripts/run-local-reliability.mjs --profile tier1",
"bench:local:tier2": "node ./scripts/run-local-reliability.mjs --profile tier2",
"bench:local:nightly": "node ./scripts/run-local-reliability.mjs --profile nightly",
"baseline:modes": "node ./scripts/run-mode-baseline.mjs",
"baseline:track": "node ./scripts/run-scenario-track.mjs",
"reliability:scorecard": "node ./scripts/reliability-scorecard.mjs",
"reliability:trend": "node ./scripts/reliability-trend.mjs",
"bench:scoreboard": "node ./scripts/benchmark-scoreboard.mjs",
"webbench:import": "node ./scripts/import-webbench-cases.mjs",
"design:bench": "pnpm tsx bench/design/run-design-bench.ts",
"design:bench:calibrate": "pnpm tsx bench/design/run-design-bench.ts --tier world-class --reproducibility",
"wallet:setup": "node ./bench/wallet/setup-extension.mjs",
"wallet:onboard": "node ./bench/wallet/setup-onboarding.mjs",
"wallet:configure": "node ./bench/wallet/configure-network.mjs",
"wallet:anvil": "node ./bench/wallet/setup-anvil.mjs",
"wallet:anvil:stop": "node ./bench/wallet/setup-anvil.mjs --stop",
"wallet:proxy": "node ./bench/wallet/rpc-proxy.mjs",
"wallet:proxy:stop": "node ./bench/wallet/rpc-proxy.mjs --stop",
"wallet:validate": "node ./bench/wallet/run-wallet-validation.mjs",
"wallet:validate:tangle": "node ./bench/wallet/run-wallet-validation.mjs --suite tangle",
"wallet:validate:defi": "node ./bench/wallet/run-wallet-validation.mjs --suite defi",
"bench:webvoyager": "node ./bench/external/webvoyager/run.mjs",
"bench:webvoyager:estimate": "node ./bench/external/webvoyager/run.mjs --estimate",
"bench:webvoyager:eval": "node ./bench/external/webvoyager/evaluate.mjs",
"bench:webarena:setup": "node ./bench/external/webarena/setup.mjs",
"bench:webarena:convert": "node ./bench/external/webarena/convert-tasks.mjs",
"bench:webarena:eval": "node ./bench/external/webarena/evaluate.mjs",
"bench:observe": "tsx bench/observe-bench.ts",
"bench:agent": "tsx bench/agent-bench.ts",
"bench:captcha": "tsx bench/captcha-bench.ts"
},
"keywords": [
"agent",
"automation",
"playwright",
"llm",
"testing",
"browser",
"accessibility",
"a11y"
],
"license": "(MIT OR Apache-2.0)",
"repository": {
"type": "git",
"url": "https://github.com/tangle-network/browser-agent-driver.git"
},
"homepage": "https://github.com/tangle-network/browser-agent-driver#readme",
"bugs": {
"url": "https://github.com/tangle-network/browser-agent-driver/issues"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@ai-sdk/anthropic": "^3.0.49",
"@ai-sdk/google": "^3.0.33",
"playwright": "^1.40.0"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.36",
"ai": "^6.0.104",
"ai-sdk-provider-claude-code": "^2.2.3",
"ai-sdk-provider-codex-cli": "^1.1.0",
"axe-core": "^4.11.2",
"chalk": "^5.4.1",
"ffmpeg-static": "^5.3.0",
"openai": "^6.34.0",
"patchright": "1.58.2"
},
"devDependencies": {
"@ai-sdk/anthropic": "^3.0.49",
"@ai-sdk/google": "^3.0.33",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@types/node": "^20.10.0",
"@types/pngjs": "^6.0.5",
"classic-level": "^3.0.0",
"pixelmatch": "^7.1.0",
"playwright": "^1.40.0",
"pngjs": "^7.0.0",
"typescript": "^5.3.0",
"vitest": "^4.0.18"
}
}