{
  "name": "@canterbury-air-patrol/marine-search-area-coverage",
  "version": "0.6.2",
  "description": "Marine Search Area Coverage Calculator",
  "main": "dist/marine-search-area-coverage.js",
  "module": "dist/marine-search-area-coverage.mjs",
  "types": "dist/marine-seach-area-coverage.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "bundle": "tsup",
    "build": "esbuild marinesac.tsx --bundle --outdir=out --minify",
    "check": "eslint *.tsx && prettier -c *.tsx",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "http-server -a localhost -p 8000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canterbury-air-patrol/marine-search-area-coverage.git"
  },
  "keywords": [
    "marine",
    "sar",
    "search",
    "area",
    "coverage"
  ],
  "author": "Scott Parlane",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/canterbury-air-patrol/marine-search-area-coverage/issues"
  },
  "homepage": "https://github.com/canterbury-air-patrol/marine-search-area-coverage#readme",
  "dependencies": {
    "@canterbury-air-patrol/marine-sweep-width-data": "^0.2.0",
    "jquery": "^3.7.0",
    "prop-types": "^15.8.1",
    "react-bootstrap": "^2.8.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "@types/react": "^19.0.1",
    "@types/react-dom": "^19.0.2",
    "bootstrap": "^5.3.1",
    "esbuild": "^0.24.0",
    "eslint": "^9.12.0",
    "eslint-plugin-react": "^7.37.1",
    "globals": "^15.11.0",
    "http-server": "^14.1.1",
    "prettier": "^3.3.3",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.1"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  }
}
