webmcp-cli 1.2.1 → 1.2.2
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/bin/webmcp.js +0 -0
- package/package.json +8 -9
package/dist/bin/webmcp.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webmcp-cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Audit any website for AI agent readiness (WebMCP)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -19,13 +19,6 @@
|
|
|
19
19
|
"files": [
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"dev": "tsx src/bin/webmcp.ts",
|
|
24
|
-
"build": "tsc",
|
|
25
|
-
"test": "vitest",
|
|
26
|
-
"lint": "tsc --noEmit",
|
|
27
|
-
"prepare": "npm run build"
|
|
28
|
-
},
|
|
29
22
|
"keywords": [
|
|
30
23
|
"webmcp",
|
|
31
24
|
"ai",
|
|
@@ -70,5 +63,11 @@
|
|
|
70
63
|
"tsx": "^4.19.0",
|
|
71
64
|
"typescript": "^5.6.0",
|
|
72
65
|
"vitest": "^2.1.0"
|
|
66
|
+
},
|
|
67
|
+
"scripts": {
|
|
68
|
+
"dev": "tsx src/bin/webmcp.ts",
|
|
69
|
+
"build": "tsc",
|
|
70
|
+
"test": "vitest",
|
|
71
|
+
"lint": "tsc --noEmit"
|
|
73
72
|
}
|
|
74
|
-
}
|
|
73
|
+
}
|