@webability/core
Advanced tools
+11
-11
| { | ||
| "name": "@webability/core", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "Accessibility scanner engine — WCAG 2.2 AA/AAA compliance testing with 200+ rules", | ||
@@ -19,10 +19,2 @@ "type": "module", | ||
| ], | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest", | ||
| "typecheck": "tsc --noEmit", | ||
| "clean": "rm -rf dist" | ||
| }, | ||
| "keywords": [ | ||
@@ -65,3 +57,11 @@ "a11y", | ||
| }, | ||
| "homepage": "https://abilyo.com" | ||
| } | ||
| "homepage": "https://abilyo.com", | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest", | ||
| "typecheck": "tsc --noEmit", | ||
| "clean": "rm -rf dist" | ||
| } | ||
| } |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
8802980
0