UNPKG

@txnlab/use-wallet-solid

Version:

Solid.js library for integrating Algorand wallets into decentralized applications

110 lines 2.55 kB
{ "name": "@txnlab/use-wallet-solid", "version": "4.3.1", "description": "Solid.js library for integrating Algorand wallets into decentralized applications", "author": "Doug Richar <drichar@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/txnlab/use-wallet.git", "directory": "packages/use-wallet-solid" }, "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "exports": { "solid": { "development": "./dist/dev.jsx", "import": "./dist/index.jsx" }, "development": { "import": { "types": "./dist/index.d.ts", "default": "./dist/dev.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/dev.cjs" } }, "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "types": "./dist/index.d.ts", "keywords": [ "algorand", "wallet", "walletconnect", "pera", "defly", "exodus", "algosdk", "algokit", "kmd", "solid.js" ], "files": [ "dist" ], "dependencies": { "@tanstack/solid-store": "0.7.3", "@txnlab/use-wallet": "4.3.1" }, "devDependencies": { "@solidjs/testing-library": "0.8.10", "algosdk": "3.4.0", "solid-js": "1.9.9", "tsup": "8.5.0", "tsup-preset-solid": "2.2.0", "typescript": "5.8.3" }, "peerDependencies": { "@blockshake/defly-connect": "^1.2.1", "@magic-ext/algorand": "^24.4.2", "@perawallet/connect": "^1.4.1", "@walletconnect/modal": "^2.7.0", "@walletconnect/sign-client": "^2.21.8", "algosdk": "^3.0.0", "lute-connect": "^1.6.2", "magic-sdk": "^29.4.2" }, "peerDependenciesMeta": { "@blockshake/defly-connect": { "optional": true }, "@magic-ext/algorand": { "optional": true }, "@perawallet/connect": { "optional": true }, "@walletconnect/modal": { "optional": true }, "@walletconnect/sign-client": { "optional": true }, "lute-connect": { "optional": true }, "magic-sdk": { "optional": true } }, "browser": {}, "typesVersions": {}, "scripts": { "build": "tsup", "start": "tsup src/index.tsx --watch", "test": "vitest run", "test:watch": "vitest --watch", "lint": "eslint -c \"../../.eslintrc.json\" \"**/*.{js,ts}\"", "typecheck": "tsc --noEmit" } }