{
  "name": "@andreasnicolaou/country-kit",
  "version": "2.1.0",
  "description": "A comprehensive package for working with country data. Includes ISO codes, names in multiple languages, capitals, currencies, continents and more.",
  "main": "dist/index.js",
  "private": false,
  "types": "dist/types/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:ci": "cross-env JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=default --reporters=jest-junit",
    "test:coverage": "jest --coverage",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andreasnicolaou/country-kit.git"
  },
  "bugs": {
    "url": "https://github.com/andreasnicolaou/country-kit/issues"
  },
  "author": {
    "name": "Andreas Nicolaou",
    "email": "anicolaou66@gmail.com"
  },
  "license": "MIT",
  "sideEffects": false,
  "keywords": [
    "country data",
    "ISO codes",
    "countries",
    "geography",
    "internationalization",
    "translations",
    "TypeScript",
    "country information",
    "geolocation",
    "multi-language support"
  ],
  "jest": {
    "transform": {
      "^.+\\.(ts)$": [
        "ts-jest"
      ]
    },
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ]
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.48.1",
    "@typescript-eslint/parser": "^8.48.1",
    "eslint": "^9.39.1",
    "cross-env": "^10.1.0",
    "jest-junit": "^16.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "prettier-plugin-organize-imports": "^4.3.0",
    "jest": "^30.2.0",
    "prettier": "3.7.4",
    "terser": "^5.44.1",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
