@squawk/types
Advanced tools
+5
-3
| { | ||
| "name": "@squawk/types", | ||
| "version": "0.8.0", | ||
| "version": "0.8.6", | ||
| "type": "module", | ||
@@ -35,3 +35,5 @@ "description": "Shared TypeScript type definitions for the @squawk aviation libraries", | ||
| "lint": "tsc --noEmit && eslint src", | ||
| "lint:pack": "publint && attw --pack . --profile esm-only" | ||
| "lint:pack": "publint && attw --pack . --profile esm-only", | ||
| "api:check": "api-extractor run --verbose", | ||
| "api:report": "api-extractor run --local --verbose" | ||
| }, | ||
@@ -52,4 +54,4 @@ "dependencies": { | ||
| "devDependencies": { | ||
| "@types/node": "^25.6.0" | ||
| "@types/node": "^25.9.3" | ||
| } | ||
| } |
90103
0.12%