@mercuryo-ai/magicpay-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 +16 -25
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mercuryo-ai/magicpay-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "MagicPay CLI — payment/session/secrets shell with narrow protected-form completion",
|
|
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/magicpay-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/magicpay-cli",
|
|
21
12
|
"keywords": [
|
|
22
13
|
"magicpay",
|
|
23
14
|
"cli",
|
|
@@ -35,20 +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/magicpay-sdk": "0.1.0-test.2",
|
|
42
|
-
"@mercuryo-ai/magicpay-home": "0.1.0",
|
|
43
|
-
"@mercuryo-ai/agentbrowse": "0.2.50",
|
|
44
|
-
"@mercuryo-ai/captcha-solver": "0.1.0"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@types/node": "^22.0.0",
|
|
48
|
-
"tsx": "^4.19.0",
|
|
49
|
-
"typescript": "5.9.2",
|
|
50
|
-
"vitest": "^4.0.18"
|
|
51
|
-
},
|
|
52
29
|
"scripts": {
|
|
53
30
|
"build:config:dev": "node scripts/write-build-config.mjs https://durcottggsiesxxqzvbb.supabase.co/functions/v1/api",
|
|
54
31
|
"build:config:prod": "node scripts/write-build-config.mjs https://agents-api.mercuryo.io/functions/v1/api",
|
|
@@ -63,5 +40,19 @@
|
|
|
63
40
|
"test:unit:bare": "MAGICPAY_DISABLE_TELEMETRY=1 vitest run --exclude \"src/__tests__/*.e2e.test.ts\" --exclude \"dist/**\"",
|
|
64
41
|
"test:e2e": "npm run test:deps && npm run test:e2e:bare",
|
|
65
42
|
"test:e2e:bare": "MAGICPAY_DISABLE_TELEMETRY=1 vitest run --no-file-parallelism --maxWorkers=1 src/__tests__/protected-fill.e2e.test.ts"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@browserbasehq/stagehand": "^3.0.0",
|
|
46
|
+
"@mercuryo-ai/captcha-solver": "workspace:*",
|
|
47
|
+
"@mercuryo-ai/magicpay-sdk": "workspace:*",
|
|
48
|
+
"@mercuryo-ai/magicpay-home": "workspace:*",
|
|
49
|
+
"@mercuryo-ai/agentbrowse": "workspace:*",
|
|
50
|
+
"dotenv": "^16.4.0"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@types/node": "^22.0.0",
|
|
54
|
+
"tsx": "^4.19.0",
|
|
55
|
+
"typescript": "5.9.2",
|
|
56
|
+
"vitest": "^4.0.18"
|
|
66
57
|
}
|
|
67
|
-
}
|
|
58
|
+
}
|