UNPKG

@enclavemoney/enclave-wallet-sdk

Version:

A simple enclave wallet SDK for React applications

42 lines (41 loc) 967 B
{ "name": "@enclavemoney/enclave-wallet-sdk", "version": "1.0.69", "description": "A simple enclave wallet SDK for React applications", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "wallet", "sdk", "react", "modal", "enclave" ], "author": "Enclave Money", "license": "MIT", "publishConfig": { "access": "public" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "typescript": "^4.9.0" }, "dependencies": { "enclavemoney-web-experimental": "^1.0.8", "firebase": "^11.9.1", "framer-motion": "^12.19.1", "lucide-react": "^0.511.0", "qrcode.react": "^4.2.0" } }