{
  "name": "@canterbury-air-patrol/marine-leeway-data",
  "version": "0.2.1",
  "description": "Marine Search and Rescue Leeway Table Data",
  "main": "dist/marine-leeway-table.js",
  "module": "dist/marine-leeway-table.mjs",
  "types": "dist/marine-leeway-table.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsup",
    "check": "eslint *.ts && prettier -c *.ts && tsc --noEmit",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canterbury-air-patrol/marine-leeway-data.git"
  },
  "keywords": [
    "sar",
    "marine",
    "leeway"
  ],
  "author": "Scott Parlane",
  "license": "PDDL-1.0",
  "bugs": {
    "url": "https://github.com/canterbury-air-patrol/marine-leeway-data/issues"
  },
  "homepage": "https://github.com/canterbury-air-patrol/marine-leeway-data#readme",
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "eslint": "^9.12.0",
    "globals": "^15.11.0",
    "prettier": "^3.3.3",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.0"
  }
}
