UNPKG

@fastnear/wallet-adapter-widget

Version:

User interfaces for select NEAR Protocol web3 wallets

64 lines 1.5 kB
{ "name": "@fastnear/wallet-adapter-widget", "version": "0.9.7", "description": "User interfaces for select NEAR Protocol web3 wallets", "type": "module", "types": "./dist/esm/index.d.ts", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.js", "browser": "./dist/umd/browser.global.js", "scripts": { "build": "tsup", "publish": "yarn npm publish", "clean": "yarn rimraf dist node_modules", "type-check": "tsc --noEmit" }, "keywords": [ "near-protocol", "near-wallet", "web3", "web3-wallet", "blockchain", "fastnear" ], "author": "FastNEAR", "homepage": "https://js.fastnear.com", "repository": { "type": "git", "url": "git+https://github.com/fastnear/js-monorepo.git" }, "files": [ "dist", "public" ], "exports": { ".": { "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.js" } }, "dependencies": { "@fastnear/meteorwallet-sdk": "*", "@fastnear/utils": "0.9.7", "@here-wallet/core": "*", "base58-js": "*", "base64-js": "*", "borsh": "*" }, "peerDependencies": { "bn.js": "=5.2.1", "borsh": "=0.7.0" }, "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "*", "@esbuild-plugins/node-modules-polyfill": "*", "http-browserify": "*", "https-browserify": "*", "near-api-js": "^2.0.0", "process": "*", "rimraf": "*", "stream-browserify": "*", "tsup": "*", "typescript": "*" } }