{
  "name": "convert-iso-codes",
  "version": "1.0.10",
  "description": "A set of typesafe static utility classes that allows converting from and to ISO 3166-1 Alpha-2, ISO 3166-1 Alpha-3, ISO 3166-1 Numeric, TLD and IOC-Codes",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "ci": "npm run lint && npm run typecheck && npm run test",
    "build": "tsc --project tsconfig.build.json",
    "test": "jest --coverage",
    "lint": "npx @biomejs/biome check --apply src/* test/*",
    "typecheck": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TadeSF/convert-iso-codes.git"
  },
  "keywords": [
    "country-codes",
    "countries",
    "iso",
    "iso3166-1",
    "ioc",
    "converter",
    "convert"
  ],
  "author": "Tade Strehk",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tadesf/convert-iso-codes/issues"
  },
  "homepage": "https://github.com/tadesf/convert-iso-codes#readme",
  "dependencies": {
    "eslint": "^9.3.0",
    "world-countries": "^5.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.7.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.13",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  }
}
