{
  "name": "geotiff-no-data",
  "version": "0.2.0",
  "description": "Get the Numerical No Data Value for a GeoTIFF. Supports Infinity.",
  "main": "geotiff-no-data.js",
  "files": [
    "geotiff-no-data.js",
    "geotiff-no-data.d.ts"
  ],
  "scripts": {
    "test": "echo 'no tests yet'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GeoTIFF/geotiff-no-data.git"
  },
  "keywords": [
    "geotiff",
    "nodata",
    "satellite"
  ],
  "author": "Daniel J. Dufour",
  "license": "CC0-1.0",
  "types": "./geotiff-no-data.d.ts",
  "bugs": {
    "url": "https://github.com/GeoTIFF/geotiff-no-data/issues"
  },
  "homepage": "https://github.com/GeoTIFF/geotiff-no-data#readme",
  "dependencies": {
    "geotiff-precise-no-data": "^0.0.1"
  }
}
