{
  "name": "geo-homography",
  "version": "1.0.1",
  "description": "TypeScript-only library: GCP-based homography projection (image coords → GeoJSON).",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "unpkg": "dist/geo-homography.min.js",
  "jsdelivr": "dist/geo-homography.min.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DarwinsBuddy/geo-homography.git"
  },
  "keywords": [
    "homography",
    "geojson",
    "gcp",
    "ground-control-points",
    "projection",
    "geospatial",
    "typescript"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json && vite build && MINIFY=true vite build",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage"
  },
  "devDependencies": {
    "@types/geojson": "^7946.0.16",
    "@vitest/coverage-v8": "^2.1.6",
    "typescript": "^5.3.3",
    "vite": "^6.4.1",
    "vitest": "^2.1.6"
  }
}
