@squawk/navaids
Advanced tools
+5
-3
| { | ||
| "name": "@squawk/navaids", | ||
| "version": "0.4.1", | ||
| "version": "0.4.7", | ||
| "type": "module", | ||
@@ -39,3 +39,5 @@ "description": "Navaid queries by identifier, frequency, type, location, or name search", | ||
| "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" | ||
| }, | ||
@@ -48,3 +50,3 @@ "dependencies": { | ||
| "@squawk/navaid-data": "^0.6.3", | ||
| "@types/node": "^25.6.0" | ||
| "@types/node": "^25.9.3" | ||
| }, | ||
@@ -51,0 +53,0 @@ "keywords": [ |
18012
0.59%