@squawk/procedures
Advanced tools
+5
-3
| { | ||
| "name": "@squawk/procedures", | ||
| "version": "0.5.1", | ||
| "version": "0.5.7", | ||
| "type": "module", | ||
@@ -39,3 +39,5 @@ "description": "Instrument procedure lookup and expansion for SIDs, STARs, and Instrument Approach Procedures (IAPs)", | ||
| "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" | ||
| }, | ||
@@ -47,3 +49,3 @@ "dependencies": { | ||
| "@squawk/procedure-data": "^0.7.2", | ||
| "@types/node": "^25.6.0" | ||
| "@types/node": "^25.9.3" | ||
| }, | ||
@@ -50,0 +52,0 @@ "keywords": [ |
23661
0.45%