{
  "name": "react-csv-mapper",
  "version": "1.0.16",
  "description": "A flexible React component for mapping CSV columns to predefined fields with validation",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "csv",
    "csv-parser",
    "csv-import",
    "column-mapping",
    "data-import",
    "file-upload",
    "csv-validator",
    "data-validation",
    "react-component",
    "react-hook",
    "typescript"
  ],
  "author": "Ahmad Nadeem <ahmadnadeem509@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/AhmadNadeemS/react-csv-mapper.git"
  },
  "bugs": {
    "url": "https://github.com/AhmadNadeemS/react-csv-mapper/issues"
  },
  "homepage": "https://github.com/AhmadNadeemS/react-csv-mapper#readme",
  "peerDependencies": {
    "csv-column-mapper": "^1.0.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/react": "^18.2.43",
    "@types/react-dom": "^18.2.17",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^4.9.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-web-worker-loader": "^1.7.0",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  }
}
