{
  "name": "psgc-areas",
  "version": "1.0.0",
  "description": "Provides the full Philippine Standard Geographic Code (PSGC) dataset in JSON with multiple formats (hierarchy, flat list of all areas, regions, provinces, cities, municipalities, municipal districts, and barangays).",
  "author": "Francis Dominic Fajardo <fajardo@duck.com> (https://fofajardo.github.io/)",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "gen": "node generator.js"
  },
  "keywords": [
    "philippines",
    "psgc",
    "dataset",
    "rpcmb",
    "towns",
    "regions",
    "provinces",
    "municipalities",
    "municipal districts",
    "barangays",
    "baranggays",
    "address"
  ],
  "homepage": "https://github.com/fofajardo/psgc-areas",
  "bugs": {
    "url": "https://github.com/fofajardo/psgc-areas/issues"
  },
  "repository": "github:fofajardo/psgc-areas",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.3.0",
    "@stylistic/eslint-plugin-js": "^2.1.0",
    "eslint": "^9.3.0",
    "exceljs": "^4.4.0",
    "globals": "^15.2.0"
  }
}
