@mercuryo-ai/agentbrowse-cli 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -0
- package/package.json +15 -24
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mercuryo-ai/agentbrowse-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "AgentBrowse CLI — browser-only operator shell on the shared MagicPay home",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,15 +9,6 @@
|
|
|
9
9
|
},
|
|
10
10
|
"main": "./dist/index.js",
|
|
11
11
|
"types": "./dist/index.d.ts",
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "git+https://github.com/nuanu-ai/mercuryo-agent-pay.git",
|
|
15
|
-
"directory": "packages/agentbrowse-cli"
|
|
16
|
-
},
|
|
17
|
-
"bugs": {
|
|
18
|
-
"url": "https://github.com/nuanu-ai/mercuryo-agent-pay/issues"
|
|
19
|
-
},
|
|
20
|
-
"homepage": "https://github.com/nuanu-ai/mercuryo-agent-pay/tree/main/packages/agentbrowse-cli",
|
|
21
12
|
"keywords": [
|
|
22
13
|
"agentbrowse",
|
|
23
14
|
"cli",
|
|
@@ -35,19 +26,6 @@
|
|
|
35
26
|
"engines": {
|
|
36
27
|
"node": ">=18.0.0"
|
|
37
28
|
},
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@browserbasehq/stagehand": "^3.0.0",
|
|
40
|
-
"dotenv": "^16.4.0",
|
|
41
|
-
"@mercuryo-ai/agentbrowse": "0.2.50",
|
|
42
|
-
"@mercuryo-ai/magicpay-home": "0.1.0",
|
|
43
|
-
"@mercuryo-ai/magicpay-sdk": "0.1.0-test.2"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@types/node": "^22.0.0",
|
|
47
|
-
"tsx": "^4.19.0",
|
|
48
|
-
"typescript": "5.9.2",
|
|
49
|
-
"vitest": "^4.0.18"
|
|
50
|
-
},
|
|
51
29
|
"scripts": {
|
|
52
30
|
"build": "pnpm --dir ../.. --filter @mercuryo-ai/agentbrowse build && pnpm --dir ../.. --filter @mercuryo-ai/magicpay-sdk build && pnpm --dir ../.. --filter @mercuryo-ai/magicpay-home build && node -e \"require('node:fs').rmSync('dist',{ recursive: true, force: true })\" && tsc -p tsconfig.build.json",
|
|
53
31
|
"check-types": "pnpm --dir ../.. --filter @mercuryo-ai/agentbrowse build && pnpm --dir ../.. --filter @mercuryo-ai/magicpay-sdk build && pnpm --dir ../.. --filter @mercuryo-ai/magicpay-home build && pnpm exec tsc -p tsconfig.json --noEmit",
|
|
@@ -58,5 +36,18 @@
|
|
|
58
36
|
"test:deps": "pnpm --dir ../.. --filter @mercuryo-ai/agentbrowse build && pnpm --dir ../.. --filter @mercuryo-ai/magicpay-sdk build && pnpm --dir ../.. --filter @mercuryo-ai/magicpay-home build",
|
|
59
37
|
"test:unit": "npm run test:deps && npm run test:unit:bare",
|
|
60
38
|
"test:unit:bare": "vitest run"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@browserbasehq/stagehand": "^3.0.0",
|
|
42
|
+
"@mercuryo-ai/agentbrowse": "workspace:*",
|
|
43
|
+
"@mercuryo-ai/magicpay-home": "workspace:*",
|
|
44
|
+
"@mercuryo-ai/magicpay-sdk": "workspace:*",
|
|
45
|
+
"dotenv": "^16.4.0"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@types/node": "^22.0.0",
|
|
49
|
+
"tsx": "^4.19.0",
|
|
50
|
+
"typescript": "5.9.2",
|
|
51
|
+
"vitest": "^4.0.18"
|
|
61
52
|
}
|
|
62
|
-
}
|
|
53
|
+
}
|