UNPKG

@tronweb3/tronwallet-adapter-gatewallet

Version:

Wallet adapter for Gate Wallet app and extension.

63 lines 1.57 kB
{ "name": "@tronweb3/tronwallet-adapter-gatewallet", "version": "1.0.3", "description": "Wallet adapter for Gate Wallet app and extension.", "keywords": [ "TRON", "TronWeb", "Gate Wallet", "Gate.io" ], "author": "tronweb3", "repository": { "type": "git", "url": "git+https://github.com/tronweb3/tronwallet-adapter.git" }, "license": "MIT", "type": "module", "sideEffects": false, "engines": { "node": ">=18", "pnpm": ">=9" }, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/types/index.d.ts", "exports": { "require": "./lib/cjs/index.js", "import": "./lib/esm/index.js", "types": "./lib/types/index.d.ts" }, "files": [ "lib", "src", "LICENSE" ], "publishConfig": { "access": "public" }, "dependencies": { "@tronweb3/tronwallet-abstract-adapter": "^1.1.9", "@tronweb3/tronwallet-adapter-tronlink": "^1.1.12" }, "devDependencies": { "@testing-library/dom": "^8.20.0", "jest-environment-jsdom": "^29.3.1", "shx": "^0.3.4" }, "bugs": { "url": "https://github.com/tronweb3/tronwallet-adapter/issues" }, "homepage": "https://github.com/tronweb3/tronwallet-adapter#readme", "directories": { "lib": "lib", "test": "tests" }, "scripts": { "clean": "shx mkdir -p lib && shx rm -rf lib", "package": "shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json", "test": "jest", "test:coverage": "jest --coverage", "build:umd": "node ../../../scripts/build-umd.js" } }