{
  "name": "countries-ts",
  "version": "2.1.0",
  "description": "A powerful TypeScript library with 60+ functions for country data - search, validate, format, compare, and more. Zero dependencies.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "jest": {
    "testPathIgnorePatterns": [
      "lib/**/*.d.ts"
    ],
    "collectCoverageFrom": [
      "src/**/*.ts"
    ]
  },
  "scripts": {
    "test": "jest --config jest.config.json",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "clean": "del ./lib/*",
    "build": "tsc",
    "pub": "npm version patch && npm run build && git add . && git commit -m \"auto commit for npm updates\" && git push && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/esmat-nawahda/countries.git"
  },
  "keywords": [
    "countries",
    "country",
    "country-data",
    "country-codes",
    "iso-3166",
    "currencies",
    "languages",
    "regions",
    "capitals",
    "flags",
    "phone-codes",
    "validation",
    "search",
    "typescript",
    "country-list",
    "country-information",
    "country-search",
    "country-validation",
    "i18n",
    "internationalization",
    "geography"
  ],
  "bugs": {
    "url": "https://github.com/esmat-nawahda/countries/issues"
  },
  "homepage": "https://github.com/esmat-nawahda/countries#readme",
  "author": "Esmat Nawahda",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "jest": "^29.6.1",
    "prettier": "^3.0.0",
    "ts-jest": "^29.1.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.1.6"
  },
  "directories": {
    "lib": "lib"
  }
}
