{
  "name": "bd-geo-info",
  "version": "2.0.2",
  "description": "A comprehensive Bangladesh geographical data package with hierarchical selection and address form components",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "src/"
  ],
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm && npm run build:types",
    "build:cjs": "npx tsc -p tsconfig.cjs.json",
    "build:esm": "npx tsc -p tsconfig.esm.json",
    "build:types": "npx tsc -p tsconfig.types.json",
    "test": "jest",
    "prepare": "npm run build"
  },
  "keywords": [
    "bangladesh",
    "geo",
    "division",
    "district",
    "upazila",
    "union",
    "postcode",
    "address",
    "bangla",
    "react-component",
    "typescript"
  ],
  "author": {
    "name": "Md Tanvir Ahamed Shanto",
    "email": "mdtanvirahamedshanto@gmail.com",
    "url": "https://github.com/mdtanvirahamedshanto"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdtanvirahamedshanto/bd-geo-info.git"
  },
  "bugs": {
    "url": "https://github.com/mdtanvirahamedshanto/bd-geo-info/issues"
  },
  "homepage": "https://github.com/mdtanvirahamedshanto/bd-geo-info#readme",
  "license": "MIT",
  "dependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@swc/core": "^1.10.18",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "tsup": "^7.2.0",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.6",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  }
}
