{
  "name": "@stablecoin.xyz/react",
  "version": "0.6.1",
  "description": "React hooks and components for SBC Account Abstraction",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "SBC",
    "Stable Coin",
    "account-abstraction",
    "react",
    "react-19",
    "hooks",
    "frontend",
    "erc4337",
    "paymaster",
    "gasless",
    "vite",
    "nextjs",
    "create-react-app",
    "typescript"
  ],
  "author": "Stable Coin Inc.",
  "license": "MIT",
  "dependencies": {
    "@stablecoin.xyz/core": "^1.4.0"
  },
  "peerDependencies": {
    "@tanstack/react-query": ">=5.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "viem": "^2.33.0"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    }
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.19.8",
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.0",
    "@typescript-eslint/eslint-plugin": "^8.40.0",
    "@typescript-eslint/parser": "^8.40.0",
    "eslint": "^9.0.0",
    "jest": "^29.0.0",
    "jest-environment-jsdom": "^30.0.4",
    "rollup": "^4.0.0",
    "rollup-plugin-dts": "^6.0.0",
    "rollup-plugin-esbuild": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "ts-jest": "^29.0.0",
    "tslib": "^2.6.0",
    "typescript": "^5.0.0",
    "util": "^0.12.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stablecoinxyz/app-kit.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/stablecoinxyz/app-kit/issues"
  },
  "homepage": "https://github.com/stablecoinxyz/app-kit#readme",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src/**/*.{ts,tsx}",
    "lint:fix": "eslint src/**/*.{ts,tsx} --fix"
  }
}