{
  "name": "country-regex",
  "version": "1.1.0",
  "description": "Hash map of country ISO-3 codes to regular expression identifiers ",
  "main": "index.js",
  "scripts": {
    "make": "node make.js",
    "lint": "standard --fix",
    "test": "snazzy && tap test.js",
    "preversion": "npm run make && npm test",
    "version": "git add index.js",
    "postversion": "node -e \"console.log('Version bumped and committed. If ok, `git push`')\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/etpinard/country-regex.git"
  },
  "keywords": [
    "country",
    "regex",
    "iso3"
  ],
  "author": "Étienne Tétreault-Pinard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/etpinard/country-regex/issues"
  },
  "homepage": "https://github.com/etpinard/country-regex#readme",
  "devDependencies": {
    "csv-parse": "^1.2.0",
    "snazzy": "^6.0.0",
    "standard": "^8.6.0",
    "tap": "^10.1.1"
  }
}
