{
  "name": "react-estimated-delivery",
  "version": "1.0.5",
  "description": "React component for estimated delivery with config and holiday options.",
  "main": "./dist/cjs/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/RickyGoacher/react-estimated-delivery.git"
  },
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "rollup -c --bundleConfigAsCjs"
  },
  "keywords": [
    "React Estimated Delivery",
    "Estimated shipping",
    "React Component",
    "Shipping",
    "Timer"
  ],
  "author": "Ricky Goacher",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18",
    "react": "^18",
    "react-dom": "^18",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "tslib": "^2.6.3",
    "typescript": "^5.5.3"
  },
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18"
  }
}
