{
  "name": "@basementuniverse/country-code-location",
  "version": "0.2.0",
  "description": "Convert between 2-digit country codes and locations",
  "main": "build/src/index.js",
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "keywords": [
    "country",
    "country code",
    "ISO-3166",
    "alpha-2",
    "location",
    "geo"
  ],
  "author": "Gordon Larrigan <gordonlarrigan@gmail.com> (https://gordonlarrigan.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/basementuniverse/country-code-location.git"
  },
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.6",
    "typescript": "^4.2.4"
  }
}
