{
  "name": "country-codes-list",
  "version": "2.0.0",
  "description": "List of codes per country (languages, calling codes, currency codes, etc) with full TypeScript support.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Synergy-Shock/country-codes-list.git"
  },
  "keywords": [
    "country",
    "code",
    "currency",
    "list",
    "language",
    "calling",
    "codes",
    "countries",
    "iso",
    "phone",
    "international",
    "i18n",
    "typescript",
    "tin"
  ],
  "author": "Luciano Andrés Ganga Carabante",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Synergy-Shock/country-codes-list/issues"
  },
  "homepage": "https://github.com/Synergy-Shock/country-codes-list#readme",
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.0.0",
    "typescript": "^4.9.0"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "testMatch": [
      "**/tests/**/*.test.ts"
    ]
  }
}