@verve-kit/utils
Advanced tools
+6
-2
| { | ||
| "name": "@verve-kit/utils", | ||
| "version": "1.0.0", | ||
| "version": "2.0.0", | ||
| "description": "Utility functions for verve-kit", | ||
@@ -28,4 +28,8 @@ "main": "dist/index.js", | ||
| "dev": "rollup -c -w", | ||
| "check-types": "tsc --noEmit" | ||
| "check-types": "tsc --noEmit", | ||
| "test": "vitest", | ||
| "test:run": "vitest run", | ||
| "lint:ci": "eslint src --ext .ts,.tsx --ignore-pattern '**/*.test.ts' --ignore-pattern '**/*.spec.ts' --max-warnings 0", | ||
| "format:ci": "prettier --check \"src/**/*.{ts,tsx}\"" | ||
| } | ||
| } |
49749
0.48%