{
    "name": "@streampay/react-checkout-sdk",
    "version": "0.1.2",
    "description": "🧩 React components for integrating Stream/Solana Pay into your React application seamlessly",
    "main": "dist/index.js",
    "scripts": {
        "build": "rm -rf dist && tsup src/* --outDir dist --dts",
        "dev": "rm -rf dist && tsup src/* --outDir dist --dts --watch",
        "prepublish": "pnpm run build"
    },
    "types": "dist/index.d.ts",
    "keywords": [
        "react",
        "sdk",
        "solana",
        "solana-pay"
    ],
    "author": "Stream Protocol Team <contact@streamprotocol.org>",
    "license": "MIT",
    "peerDependencies": {
        "react": "^18.2.0"
    },
    "devDependencies": {
        "@types/pako": "^2.0.0",
        "@types/react": "18.0.17",
        "@types/react-dom": "^18.0.6",
        "tsup": "^6.2.3",
        "typescript": "^4.5.3"
    },
    "dependencies": {
        "@chakra-ui/react": "^2.3.4",
        "@emotion/react": "^11.10.4",
        "@emotion/styled": "^11.10.4",
        "@stitches/react": "^1.2.8",
        "axios": "^0.27.2",
        "framer-motion": "^7.3.6",
        "pako": "^2.0.4",
        "react-loader-spinner": "^5.3.4"
    }
}