{
  "name": "@xstak/xpay-element-react-native",
  "version": "7.0.0",
  "description": "XPay element React Native SDK",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/XStakCommerce/xpay-element-react-native.git"
  },
  "author": "XStak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/XStakCommerce/xpay-element-react-native/issues"
  },
  "scripts": {
    "test": "yarn test",
    "build": "tsc",
    "format": "prettier --write \"**/*.{ts,tsx,js,jsx,json}\""
  },
  "keywords": [
    "xpay",
    "react-native",
    "payment",
    "sdk",
    "xstak"
  ],
  "dependencies": {
    "react-native-webview": "^13.13.5"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@commitlint/cli": "^20.1.0",
    "@commitlint/config-conventional": "^20.0.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/react": "^18.2.6",
    "@typescript-eslint/eslint-plugin": "^8.6.0",
    "@typescript-eslint/parser": "^8.6.0",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^10.1.0",
    "eslint-plugin-prettier": "^5.2.0",
    "eslint-plugin-react": "^7.36.0",
    "eslint-plugin-react-hooks": "^5.1.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "react-native": "^0.76.9",
    "rimraf": "^6.0.1",
    "rollup": "^4.22.0",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.6.3"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.76.9"
  },
  "engines": {
    "node": ">=20"
  }
}
