UNPKG

@juweber99/vigee-wallet-connector

Version:

vigee library to allow persisted wallet connection across multiple wallets

63 lines 1.54 kB
{ "name": "@juweber99/vigee-wallet-connector", "version": "0.4.71", "description": "vigee library to allow persisted wallet connection across multiple wallets", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "engines": { "node": ">=10" }, "dependencies": { "@perawallet/connect": "^1.1.1", "@randlabs/myalgo-connect": "^1.4.2", "algosdk": "^2.1.0", "buffer": "^6.0.3" }, "devDependencies": { "@types/node": "^16.4.13", "prettier": "^2.3.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.3.5" }, "peerDependencies": { "algosdk": "^1.23.2" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "repository": { "type": "git", "url": "git+https://github.com/vigee-art/vigee-wallet-connector.git" }, "keywords": [ "Algorand", "Crypto", "Wallet" ], "author": "julian.weber", "module": "dist/vigee-wallet-connector.esm.js", "size-limit": [{ "path": "dist/vigee-wallet-connector.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/vigee-wallet-connector.esm.js", "limit": "10 KB" } ], "license": "MIT", "bugs": { "url": "https://github.com/vigee-art/vigee-wallet-connector/issues" }, "homepage": "https://github.com/vigee-art/vigee-wallet-connector#readme" }