{
  "name": "countrycodejs",
  "version": "0.3.2",
  "description": "Country code validation",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "countrycode",
    "countrycodes",
    "geolocation",
    "countrycodejs"
  ],
  "scripts": {
    "test": "echo Running tests...",
    "build": "tsc",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "author": "Kristof Ivancza <kristof.ivancza@risingstack.com> (github.com/kHRISl33t)",
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "prettier": "^1.19.1",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.7.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kHRISl33t/countrycodejs"
  },
  "files": [
    "lib/**/*"
  ]
}
