{
  "name": "@canterbury-air-patrol/sar-search-patterns",
  "version": "0.1.3",
  "description": "Draw SAR Search Patterns",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "esbuild example.tsx --bundle --outdir=out --minify",
    "bundle": "tsup",
    "check": "eslint *.ts* && prettier -c *.ts*",
    "start": "http-server -a localhost -p 8000",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canterbury-air-patrol/sar-search-patterns.git"
  },
  "keywords": [
    "sar",
    "search",
    "patterns"
  ],
  "author": "Scott Parlane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/canterbury-air-patrol/sar-search-patterns/issues"
  },
  "homepage": "https://github.com/canterbury-air-patrol/sar-search-patterns#readme",
  "devDependencies": {
    "@eslint/js": "^9.12.0",
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "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",
    "react-dom": "~19.0.0",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.1"
  },
  "dependencies": {
    "bootstrap": "~5.3.1",
    "react-bootstrap": "~2.10.0"
  },
  "peerDependencies": {
    "react": "^19.0.0"
  }
}
