UNPKG

@reactive-dot/wallet-mimir

Version:

Mimir adapter for ReactiveDOT

47 lines 1.23 kB
{ "name": "@reactive-dot/wallet-mimir", "version": "0.2.9", "description": "Mimir adapter for ReactiveDOT", "keywords": [ "substrate", "polkadot", "mimir" ], "homepage": "https://reactivedot.dev/", "bugs": { "url": "https://github.com/buffed-labs/reactive-dot/issues", "email": "tien.nguyenkhac@icloud.com" }, "license": "LGPL-3.0-or-later", "author": "Tiến Nguyễn Khắc <tien.nguyenkhac@icloud.com> (https://tien.zone/)", "repository": { "type": "git", "url": "https://github.com/buffed-labs/reactive-dot.git", "directory": "packages/wallet-mimir" }, "type": "module", "files": [ "src", "build" ], "exports": "./build/index.js", "scripts": { "dev": "tsc --build --watch", "build": " tsc --build --clean && tsc --build", "lint": "eslint src", "test": "vitest" }, "dependencies": { "@mimirdev/apps-inject": "^3.2.0", "@mimirdev/papi-signer": "^3.1.0", "@reactive-dot/core": "^0.72.0" }, "devDependencies": { "@reactive-dot/eslint-config": "^0.0.0", "@tsconfig/recommended": "^1.0.13", "@tsconfig/strictest": "^2.0.8", "eslint": "^10.2.0", "typescript": "^6.0.2", "vitest": "^4.1.4" } }