{
  "name": "world-geojson",
  "description": "GeoJson for all the countries, areas (regions) and some states.",
  "license": "GPL-3.0-or-later",
  "repository": "git://github.com/georgique/world-geojson.git",
  "version": "3.4.0",
  "main": "index.ts",
  "files": [
    "index.ts",
    "areas",
    "countries",
    "states",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@babel/plugin-syntax-flow": "^7.22.5",
    "@babel/preset-flow": "^7.22.15",
    "grunt": "~1.5.3",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-shell": "~4.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "grunt build",
    "release": "grunt release"
  }
}
