UNPKG

continent-country-utils

Version:

Utility functions for continent and country lookup by ISO3 or name

22 lines (21 loc) 423 B
{ "name": "continent-country-utils", "version": "1.0.0", "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" } }