{
  "name": "react-countries",
  "version": "1.0.0",
  "type": "module",
  "description": "npm helps to fetch the country details",
  "main": "dist/index.js",
  "scripts": {
    "build:dev": "rollup -c --environment NODE_ENV:development",
    "build": "rollup -c --environment NODE_ENV:production"
  },
  "keywords": [
    "react",
    "countries",
    "hooks",
    "npm",
    "country",
    "details",
    "next",
    "open",
    "source"
  ],
  "author": "Vishal Thapa",
  "license": "ISC",
  "dependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "rollup": "^4.24.0",
    "rollup-plugin-terser": "^7.0.2"
  }
}
