@nexuspay/sdk
Version:
🚀 Ultra-simple cross-chain wallet SDK - Initialize with just projectName + apiKey. Bulletproof gasless transactions across EVM/SVM chains with ANY social identifier support
77 lines (76 loc) • 1.66 kB
JSON
{
"name": "@nexuspay/sdk",
"version": "1.2.2",
"description": "🚀 Ultra-simple cross-chain wallet SDK - Initialize with just projectName + apiKey. Bulletproof gasless transactions across EVM/SVM chains with ANY social identifier support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build"
},
"keywords": [
"wallet",
"cross-chain",
"gasless",
"paymaster",
"ethereum",
"arbitrum",
"solana",
"bridge",
"swap",
"social-auth",
"web3",
"blockchain",
"clean",
"fast",
"secure",
"minimal",
"easy-to-use",
"flexible",
"any-social-identifier"
],
"author": "NexusPay",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nexuspay/sdk.git"
},
"homepage": "https://backend-amber-zeta-94.vercel.app",
"bugs": {
"url": "https://github.com/NexusPay-App/SVM-EVM-CHAIN-ABSTRACTION/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0"
},
"dependencies": {},
"files": [
"dist/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}