{
  "name": "usgs-ned",
  "version": "4.0.1",
  "description": "A client library for the USGS NED Point Query Service.",
  "main": "dist/index.js",
  "type": "module",
  "directories": {
    "lib": "dist",
    "test": "tests"
  },
  "exports": {
    ".": "./dist/index.js",
    "./*.d.ts": "./dist/*.d.ts"
  },
  "files": [
    "UNLICENSE",
    "./dist/*.js",
    "./dist/*.d.ts"
  ],
  "types": "dist/index.d.ts",
  "contributors": [
    "Jeff Jacobson"
  ],
  "scripts": {
    "prepare": "tsc",
    "test": "node ./tests/test.mjs",
    "lint": "eslint -f unix \"src/**/*.{ts,tsx}\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WSDOT-GIS/usgs-ned.git"
  },
  "keywords": [
    "USGS",
    "NED",
    "elevation",
    "point",
    "query",
    "service"
  ],
  "author": "WSDOT",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/WSDOT-GIS/usgs-ned/issues"
  },
  "homepage": "https://github.com/WSDOT-GIS/usgs-ned#readme",
  "devDependencies": {
  },
  "dependencies": {}
}
