{
  "name": "continent-country-utils",
  "version": "1.0.1",
  "description": "Utility functions for continent and country lookup by ISO3 or name",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "continent",
    "country",
    "ISO3",
    "lookup"
  ],
  "author": "Your Name",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.8.3"
  }
}
