{
  "name": "@squawk/types",
  "version": "0.8.6",
  "type": "module",
  "description": "Shared TypeScript type definitions for the @squawk aviation libraries",
  "author": "Neil Cochran",
  "license": "MIT",
  "homepage": "https://github.com/neilcochran/squawk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neilcochran/squawk.git",
    "directory": "packages/libs/types"
  },
  "engines": {
    "node": ">=22"
  },
  "typedocMain": "src/index.ts",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "!dist/**/*.spec.*"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "tsc --noEmit && eslint src",
    "lint:pack": "publint && attw --pack . --profile esm-only",
    "api:check": "api-extractor run --verbose",
    "api:report": "api-extractor run --local --verbose"
  },
  "dependencies": {
    "@types/geojson": "^7946.0.16"
  },
  "keywords": [
    "aviation",
    "typescript",
    "types",
    "flight",
    "aircraft"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^25.9.3"
  }
}
