{
  "name": "country-code-lookup",
  "version": "0.1.3",
  "description": "Finds countries by various country codes",
  "main": "index.js",
  "types": "./index.d.ts",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/richorama/country-code-lookup.git"
  },
  "keywords": [
    "fips",
    "iso",
    "country",
    "code",
    "countries"
  ],
  "author": "Richard Astbury",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/richorama/country-code-lookup/issues"
  },
  "homepage": "https://github.com/richorama/country-code-lookup",
  "devDependencies": {
    "mocha": "^10.1.0"
  }
}
