UNPKG

@web3-wallet/trust-wallet

Version:
39 lines 989 B
{ "name": "@web3-wallet/trust-wallet", "description": "metamask connector", "version": "2.4.1", "keywords": [ "web3-wallet", "metamask" ], "author": "logan <logan.luo@crypto.com>", "license": "MIT", "files": [ "dist", "src" ], "types": "./dist/esm/index.d.ts", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "dependencies": { "@web3-wallet/core": "2.4.1" }, "bugs": { "url": "https://github.com/web3-wallet/web3-wallet/issues" }, "repository": { "type": "git", "url": "git+https://github.com/web3-wallet/web3-wallet.git" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/web3-wallet/web3-wallet#readme", "scripts": { "build": "tsc;tsc --module commonjs --outDir dist/cjs", "watch": "chokidar 'src/**/*.ts' -c 'pnpm -wc exec turbo run build --filter=trust-wallet'", "lint": "eslint src", "fix": "eslint src --fix", "ts-check": "tsc --noEmit" } }