expect-cli 0.0.1 → 0.0.4
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/README.md +31 -41
- package/dist/browser-mcp.d.ts +2 -0
- package/dist/browser-mcp.js +3 -0
- package/dist/browser-mcp.js.map +1 -0
- package/dist/chunk-wdO_pP5q.js +2 -0
- package/dist/index.js +53 -48239
- package/dist/index.js.map +1 -1
- package/dist/libsql-Bb5SdTGo.js +3 -0
- package/dist/libsql-Bb5SdTGo.js.map +1 -0
- package/dist/server-Smi2kpAY-CN-mxLk6.js +193 -0
- package/dist/server-Smi2kpAY-CN-mxLk6.js.map +1 -0
- package/package.json +38 -21
package/package.json
CHANGED
|
@@ -1,28 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expect-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Let agents test your code in a real browser",
|
|
5
|
-
"
|
|
6
|
-
|
|
5
|
+
"keywords": [
|
|
6
|
+
"agents",
|
|
7
|
+
"ai",
|
|
8
|
+
"browser-automation",
|
|
9
|
+
"cli",
|
|
10
|
+
"git-diff",
|
|
11
|
+
"playwright",
|
|
12
|
+
"session-recording",
|
|
13
|
+
"test-plan",
|
|
14
|
+
"testing"
|
|
15
|
+
],
|
|
7
16
|
"homepage": "https://expect.dev",
|
|
17
|
+
"license": "FSL-1.1-MIT",
|
|
18
|
+
"author": "Million Software <founders@million.dev>",
|
|
8
19
|
"repository": {
|
|
9
20
|
"type": "git",
|
|
10
21
|
"url": "https://github.com/millionco/expect",
|
|
11
22
|
"directory": "apps/cli"
|
|
12
23
|
},
|
|
13
|
-
"keywords": [
|
|
14
|
-
"testing",
|
|
15
|
-
"browser-automation",
|
|
16
|
-
"playwright",
|
|
17
|
-
"ai",
|
|
18
|
-
"agents",
|
|
19
|
-
"cli",
|
|
20
|
-
"test-plan",
|
|
21
|
-
"git-diff",
|
|
22
|
-
"session-recording"
|
|
23
|
-
],
|
|
24
24
|
"bin": {
|
|
25
|
-
"expect": "./dist/index.js"
|
|
25
|
+
"expect": "./dist/index.js",
|
|
26
|
+
"expect-agent": "./dist/index.js",
|
|
27
|
+
"expect-cli": "./dist/index.js",
|
|
28
|
+
"testie": "./dist/index.js"
|
|
26
29
|
},
|
|
27
30
|
"files": [
|
|
28
31
|
"dist",
|
|
@@ -40,35 +43,49 @@
|
|
|
40
43
|
"dependencies": {
|
|
41
44
|
"@effect/atom-react": "4.0.0-beta.35",
|
|
42
45
|
"@effect/platform-node": "4.0.0-beta.35",
|
|
46
|
+
"@hono/node-server": "^1.19.11",
|
|
43
47
|
"@tanstack/react-query": "^5.80.7",
|
|
44
|
-
"@
|
|
48
|
+
"@zed-industries/claude-agent-acp": "^0.22.2",
|
|
49
|
+
"@zed-industries/codex-acp": "^0.10.0",
|
|
45
50
|
"cli-truncate": "^5.2.0",
|
|
46
51
|
"commander": "^13.1.0",
|
|
47
52
|
"detect-terminal": "^2.0.0",
|
|
48
53
|
"figures": "^6.1.0",
|
|
54
|
+
"hono": "^4.12.9",
|
|
49
55
|
"ink": "^6.0.0",
|
|
50
56
|
"ink-link": "^5.0.0",
|
|
51
57
|
"ink-spinner": "^5.0.0",
|
|
52
|
-
"
|
|
58
|
+
"node-notifier": "^10.0.1",
|
|
59
|
+
"ora": "^9.3.0",
|
|
53
60
|
"picocolors": "^1.1.1",
|
|
61
|
+
"playwright": "^1.52.0",
|
|
54
62
|
"pretty-ms": "^9.3.0",
|
|
63
|
+
"prompts": "^2.4.2",
|
|
55
64
|
"react": "^19.2.4",
|
|
56
65
|
"string-width": "^8.2.0",
|
|
57
66
|
"supports-terminal-graphics": "^0.1.0",
|
|
58
67
|
"zod": "^4.3.6",
|
|
59
|
-
"zustand": "^5.0.11"
|
|
60
|
-
"@expect/supervisor": "0.0.1",
|
|
61
|
-
"@expect/shared": "0.0.1"
|
|
68
|
+
"zustand": "^5.0.11"
|
|
62
69
|
},
|
|
63
70
|
"devDependencies": {
|
|
64
71
|
"@babel/core": "^7.29.0",
|
|
72
|
+
"@types/node-notifier": "^8.0.5",
|
|
73
|
+
"@types/prompts": "^2.4.9",
|
|
74
|
+
"@types/react": "^19.2.14",
|
|
65
75
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
66
|
-
"typescript": "^5.7.0"
|
|
76
|
+
"typescript": "^5.7.0",
|
|
77
|
+
"@expect/agent": "0.0.4",
|
|
78
|
+
"@expect/supervisor": "0.0.4",
|
|
79
|
+
"@expect/shared": "0.0.4"
|
|
80
|
+
},
|
|
81
|
+
"engines": {
|
|
82
|
+
"node": ">=18"
|
|
67
83
|
},
|
|
68
84
|
"scripts": {
|
|
69
85
|
"build": "vp pack",
|
|
70
86
|
"dev": "vp pack --watch",
|
|
71
87
|
"link-global": "pnpm build && pnpm link --global",
|
|
88
|
+
"unlink-global": "pnpm unlink --global",
|
|
72
89
|
"lint": "vp lint && tsc --noEmit",
|
|
73
90
|
"format": "vp fmt",
|
|
74
91
|
"format:check": "vp fmt --check",
|