{
  "name": "brazilian-geographic-data",
  "type": "module",
  "version": "2.0.0",
  "description": "Regions, states, cities, neighborhoods and other brazilian geographic data.",
  "files": [
    "data/"
  ],
  "scripts": {
    "test": "yarn check-types",
    "start": "yarn test && node ./src/index.mjs",
    "check-types": "tsc -p jsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VitorLuizC/brazilian-geographic-data.git"
  },
  "keywords": [
    "brazilian-geographic-data",
    "brazilian-geographic",
    "geographic-data",
    "brazilian",
    "brazil"
  ],
  "author": "Vitor Luiz Cavalcanti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VitorLuizC/brazilian-geographic-data/issues"
  },
  "homepage": "https://github.com/VitorLuizC/brazilian-geographic-data#readme",
  "devDependencies": {
    "@types/node": "^22.10.0",
    "typescript": "^5.7.2"
  }
}
