{
  "name": "amex-global-codes",
  "version": "2.1.10",
  "main": "index.js",
  "repository": "https://github.com/jamiesoncj/amex-global-codes",
  "author": "Chris Jamieson",
  "license": "MIT",
  "devDependencies": {
    "chai": "4.3.4",
    "cross-env": "7.0.3",
    "husky": "6.0.0",
    "mocha": "9.2.2",
    "pretty": "2.0.0",
    "pretty-quick": "3.1.0",
    "simplify-geojson": "1.0.5"
  },
  "scripts": {
    "test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors tests --recursive",
    "test:watch": "npm test -- --watch",
    "precommit": "pretty-quick --staged"
  },
  "dependencies": {
    "browser-or-node": "2.0.0",
    "country-code-lookup": "0.0.19",
    "humanize-string": "2.1.0",
    "point-in-geopolygon": "^1.0.1",
    "right-pad": "1.0.1",
    "underscore": "1.13.1"
  }
}
