diamwallet-sdk-new
Version:
The DIAM Wallet Mobile SDK allows developers to seamlessly connect their dApps with both web apps (on Android mobile browsers) and mobile apps (on Android and iOS) through the DIAM Wallet App.
83 lines (82 loc) • 2.13 kB
JSON
{
"name": "diamwallet-sdk-vite-mobile",
"version": "1.0.0",
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
}
},
"description": "The DIAM Wallet Web SDK enables seamless integration of dApps with the DIAM Wallet App for secure, decentralized crypto transactions.",
"keywords": [
"diamwallet-sdk",
"diamwallet-sdk-web",
"web3",
"blockchain",
"cryptocurrency",
"crypto-wallet",
"decentralized",
"non-custodial-wallet",
"wallet-sdk",
"ethereum",
"bep20",
"crypto-sdk",
"cross-platform",
"DIAM Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/diamante-io/diamwallet-sdk.git"
},
"bugs": {
"url": "https://github.com/diamante-io/diamwallet-sdk/issues"
},
"homepage": "https://github.com/diamante-io/diamwallet-sdk#readme",
"author": "DIAMANTE",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prepublishOnly": "npm run build",
"test": "echo \"No test specified\" && exit 0",
"lint": "eslint ./src"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"dependencies": {
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.1",
"crypto-js": "^4.1.1",
"fs": "^0.0.1-security",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"socket.io-client": "^4.8.1",
"sockjs-client": "^1.6.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@babel/runtime": "^7.26.0",
"@vitejs/plugin-react": "^4.0.0",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"vite": "^4.0.0"
},
"files": [
"dist"
]
}