{
  "name": "country-info-data",
  "version": "3.1.0",
  "description": "",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": {
        "node": "./dist/index.js",
        "default": "./dist/index.js"
      },
      "require": {
        "node": "./dist/index.cjs",
        "default": "./dist/index.cjs"
      }
    }
  },
  "scripts": {
    "test": "echo  \"No test specified\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "build": "tsup",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "semantic-release": "^24.2.0",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/copy-ninja1/country-info-data.git"
  },
  "publishConfig": {
    "@copy-ninja1:registry": "https://npm.pkg.github.com"
  },
  "homepage": "https://github.com/copy-ninja1/country-info-data#readme",
  "author": "Emmanuel Uchewa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/copy-ninja1/country-info-data/issues"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "react",
    "typescript",
    "awesome-project",
    "country",
    "continent",
    "countryCode",
    "country-info"
  ]
}
