devin-test
Version:
With OmniConnect, users can connect effortlessly across all platforms—whether it's a plugin, mobile app, TGMini App, or Web/H5. No matter where users are or which blockchain they want to interact with, OmniConnect provides direct, seamless access, ensurin
60 lines (59 loc) • 1.56 kB
JSON
{
"name": "devin-test",
"version": "0.0.3-beta",
"description": "With OmniConnect, users can connect effortlessly across all platforms—whether it's a plugin, mobile app, TGMini App, or Web/H5. No matter where users are or which blockchain they want to interact with, OmniConnect provides direct, seamless access, ensuring that we're always where our users need us to be.",
"main": "dist/lib/cjs/index.cjs",
"module": "dist/lib/esm/index.mjs",
"types": "dist/types/index.d.ts",
"browser": "dist/lib/umd/index.umd.js",
"scripts": {
"watch": "vite build --watch",
"build": "npm run clean && vite build",
"test": "vitest",
"clean": "rm -rf dist"
},
"files": [
"/dist",
"/types"
],
"keywords": [
"evm",
"bitget",
"bitgetWallet",
"bitkeep",
"bitkeepWallet",
"eth",
"ether",
"ethereum",
"wallet",
"web3",
"walletconnect",
"jsonrpc",
"mobile",
"qrcode",
"crypto",
"cryptocurrency",
"dapp"
],
"author": "",
"license": "MIT",
"dependencies": {
"@react-native-async-storage/async-storage": "^2.0.0",
"@solana/web3.js": "^1.95.4",
"@telegram-apps/sdk-react": "^2.0.13",
"@tonconnect/protocol": "^2.2.6",
"bs58": "^6.0.0",
"ethers": "^6.13.4",
"lodash": "^4.17.21",
"react-native-sse": "^1.2.1",
"rxjs": "^7.8.1",
"tweetnacl-util": "^0.15.1",
"viem": "^2.21.45"
},
"devDependencies": {
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4",
"vitest": "^2.1.3"
}
}