axe-mcp-server 0.0.1-skeleton

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # Axe MCP Server
2
+
3
+ Placeholder waiting for official package
4
+
5
+ AXE® and AXE-CORE® are registered trademarks of Deque Systems Inc. All rights reserved.
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "axe-mcp-server",
3
+ "version": "0.0.1-skeleton",
4
+ "private": false,
5
+ "publishConfig": {
6
+ "registry": "https://registry.npmjs.org",
7
+ "access": "public"
8
+ },
9
+ "scripts": {
10
+ "publish:skeleton": "pnpm publish --no-git-checks --access restricted"
11
+ }
12
+ }