{
  "name": "country-data-codes",
  "version": "4.2.1",
  "description": "Easy and Simple Country Data and Code Management solution🤷",
  "homepage": "https://www.siamahnaf.com/",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "keywords": [
    "country-data-code",
    "country code",
    "calling code",
    "currency-symbol",
    "currency-code",
    "country-name",
    "react",
    "node"
  ],
  "repository": {
    "type": "git",
    "directory": "https://github.com/siamahnaf/country-data-codes",
    "url": "https://github.com/siamahnaf/country-data-codes"
  },
  "scripts": {
    "build": "rollup -c"
  },
  "author": {
    "name": "Siam Ahnaf",
    "email": "mail@siamahnaf.com",
    "url": "https://www.siamahnaf.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.4",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.1.0",
    "@rollup/plugin-typescript": "^10.0.1",
    "@types/rollup-plugin-peer-deps-external": "^2.2.1",
    "rollup": "^3.7.5",
    "rollup-plugin-dts": "^5.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  }
}