{
  "name": "@chargebee/chargebee-js-react-wrapper",
  "version": "0.6.9",
  "main": "dist/chargebee-js-react-wrapper.common.js",
  "module": "dist/chargebee-js-react-wrapper.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*",
    "src/*"
  ],
  "description": "React wrapper for Chargebee.js Components",
  "homepage": "https://github.com/chargebee/chargebee-js-wrappers/tree/master/chargebee-js-react#readme",
  "bugs": {
    "url": "https://github.com/chargebee/chargebee-js-wrappers/issues",
    "email": "support@chargebee.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chargebee/chargebee-js-wrappers.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "lint": "eslint ."
  },
  "peerDependencies": {
    "react": "^19.0.0 || ^18.0.0 || ^17.0.0",
    "react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/preset-env": "^7.24.4",
    "@babel/preset-react": "^7.10.1",
    "@chargebee/chargebee-js-types": "^1.0.0",
    "@rollup/plugin-typescript": "^9.0.2",
    "@types/node": "^18.11.9",
    "@types/react": "^16.9.49",
    "@types/react-dom": "^16.9.8",
    "eslint": "^7.11.0",
    "eslint-plugin-react": "^7.20.6",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "rollup": "^2.14.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-watch": "^4.3.1",
    "tslib": "^2.4.1",
    "typescript": "^4.8.4"
  },
  "license": "MIT",
  "author": "Vivek <vivek@chargebee.com>",
  "contributors": [
    "Dinesh <dinesh@chargebee.com>",
    "Abhishek <abhishek.rai@chargebee.com>"
  ],
  "keywords": [
    "chargebee",
    "chargebee.js",
    "chargebee components",
    "chargebee react",
    "chargebee react wrapper",
    "chargebee.js react"
  ]
}
