{
  "name": "citysdk",
  "version": "2.3.4",
  "description": "Convenience functions for working with Census APIs: Statistics, Cartographic GeoJSON, lat/lng -> FIPS, and other niceties.",
  "author": "Logan Powell",
  "license": "MIT",
  "type": "module",
  "bugs": {
    "url": "https://github.com/uscensusbureau/citysdk/issues"
  },
  "main": "census.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uscensusbureau/citysdk.git"
  },
  "keywords": [
    "census",
    "cartography",
    "geojson",
    "statistics",
    "government",
    "usa",
    "boundaries"
  ],
  "homepage": "https://github.com/uscensusbureau/citysdk#readme",
  "scripts": {
    "release": "npm version patch && npm pkg delete devDependencies && npm publish"
  }
}