@veolab/discoverylab 0.1.4 → 0.1.5
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/.claude-plugin/marketplace.json +28 -4
- package/.claude-plugin/plugin.json +18 -4
- package/dist/chunk-2WCNIFRO.js +6191 -0
- package/dist/chunk-JVLVBPUJ.js +6180 -0
- package/dist/cli.js +1 -1
- package/dist/index.html +16173 -0
- package/dist/index.js +1 -1
- package/dist/server-MU52LCXT.js +13 -0
- package/dist/server-UA62LHZB.js +13 -0
- package/package.json +2 -2
|
@@ -1,15 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "veolab-plugins",
|
|
3
3
|
"owner": {
|
|
4
|
-
"name": "Anderson Melo"
|
|
4
|
+
"name": "Anderson Melo",
|
|
5
|
+
"email": "anderson.90@gmail.com"
|
|
6
|
+
},
|
|
7
|
+
"metadata": {
|
|
8
|
+
"description": "VeoLab plugins for Claude Code - AI-powered app testing and development tools"
|
|
5
9
|
},
|
|
6
10
|
"plugins": [
|
|
7
11
|
{
|
|
8
12
|
"name": "discoverylab",
|
|
9
13
|
"source": ".",
|
|
10
|
-
"description": "AI-powered app testing & marketing asset generator",
|
|
11
|
-
"version": "0.1.
|
|
12
|
-
"
|
|
14
|
+
"description": "AI-powered app testing & marketing asset generator. Record mobile/web apps, run automated tests with Maestro & Playwright, and generate professional screenshots, GIFs, and test reports.",
|
|
15
|
+
"version": "0.1.4",
|
|
16
|
+
"author": {
|
|
17
|
+
"name": "Anderson Melo"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://github.com/veolab/applab-discovery",
|
|
20
|
+
"repository": "https://github.com/veolab/applab-discovery",
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"keywords": [
|
|
23
|
+
"app-testing",
|
|
24
|
+
"screen-recording",
|
|
25
|
+
"maestro",
|
|
26
|
+
"playwright",
|
|
27
|
+
"screenshots",
|
|
28
|
+
"mcp",
|
|
29
|
+
"mobile",
|
|
30
|
+
"web",
|
|
31
|
+
"ai",
|
|
32
|
+
"ocr",
|
|
33
|
+
"test-automation",
|
|
34
|
+
"marketing-assets"
|
|
35
|
+
],
|
|
36
|
+
"category": "testing"
|
|
13
37
|
}
|
|
14
38
|
]
|
|
15
39
|
}
|
|
@@ -1,12 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "discoverylab",
|
|
3
|
-
"description": "AI-powered app testing & marketing asset generator",
|
|
4
|
-
"version": "0.1.
|
|
3
|
+
"description": "AI-powered app testing & marketing asset generator. Record mobile/web apps, run automated tests with Maestro & Playwright, and generate professional screenshots, GIFs, and test reports.",
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"author": {
|
|
6
|
-
"name": "Anderson Melo"
|
|
6
|
+
"name": "Anderson Melo",
|
|
7
|
+
"email": "anderson.90@gmail.com"
|
|
7
8
|
},
|
|
8
9
|
"homepage": "https://github.com/veolab/applab-discovery",
|
|
9
10
|
"repository": "https://github.com/veolab/applab-discovery",
|
|
10
11
|
"license": "MIT",
|
|
11
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"app-testing",
|
|
14
|
+
"screen-recording",
|
|
15
|
+
"maestro",
|
|
16
|
+
"playwright",
|
|
17
|
+
"screenshots",
|
|
18
|
+
"mcp",
|
|
19
|
+
"mobile",
|
|
20
|
+
"web",
|
|
21
|
+
"ai",
|
|
22
|
+
"ocr",
|
|
23
|
+
"test-automation",
|
|
24
|
+
"marketing-assets"
|
|
25
|
+
]
|
|
12
26
|
}
|