x0-react-sdk
Version:
React SDK for X0Pay Hyperlane token bridging with MetaMask and Safe wallet integration
58 lines (57 loc) • 1.32 kB
JSON
{
"name": "x0-react-sdk",
"version": "1.0.14",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc && copyfiles -u 1 src/styles/*.css dist/",
"test": "jest",
"prepare": "npm run build",
"dev": "tsc --watch"
},
"keywords": [
"hyperlane",
"bridge",
"multicall",
"qr",
"react",
"ethereum",
"metamask",
"safe",
"gnosis",
"multisig"
],
"author": "",
"license": "MIT",
"description": "React SDK for X0Pay Hyperlane token bridging with MetaMask and Safe wallet integration",
"dependencies": {
"ethers": "^5.8.0",
"qrcode": "^1.5.3",
"@hyperlane-xyz/core": "^3.0.0",
"@walletconnect/ethereum-provider": "^2.10.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/qrcode": "^1.5.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"typescript": "^4.9.5",
"jest": "^29.0.0",
"@types/jest": "^29.0.0",
"ts-jest": "^29.0.0",
"copyfiles": "^2.4.1"
},
"peerDependencies": {
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
}
}