{
  "name": "@amwaljs/checkout-button-react",
  "sideEffects": false,
  "version": "0.3.3",
  "description": "React wrapper for amwal-checkout-button",
  "repository": {
    "type": "git",
    "url": "https://www.amwal.tech"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf dist",
    "compile:cjs": "tsc --project tsconfig.cjs.json",
    "compile:esm": "tsc --project tsconfig.esm.json",
    "compile": "npm run compile:cjs && npm run compile:esm",
    "rollup": "rollup -c"
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@types/jest": "23.3.9",
    "@types/react": "^17.0.34",
    "@types/react-dom": "^17.0.11",
    "jest": "^30.2.0",
    "np": "^10.2.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@amwaljs/checkout-button": "^0.3.1",
    "@types/node": "^25.0.2",
    "jest-dom": "^4.0.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "jest": {
    "preset": "ts-jest",
    "setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js",
    "testPathIgnorePatterns": [
      "node_modules",
      "dist"
    ]
  }
}
