UNPKG

@fastnear/wallet-adapter

Version:

Optimized interfaces for a NEAR Protocol wallet adapter

44 lines 987 B
{ "name": "@fastnear/wallet-adapter", "version": "0.9.7", "description": "Optimized interfaces for a NEAR Protocol wallet adapter", "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" }, "author": "FastNEAR", "homepage": "https://js.fastnear.com", "repository": { "type": "git", "url": "git+https://github.com/fastnear/js-monorepo.git" }, "keywords": [ "near-protocol", "near-wallet", "web3", "web3-wallet", "blockchain", "fastnear" ], "files": [ "dist" ], "exports": { ".": { "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.js" } }, "devDependencies": { "rimraf": "*", "tsup": "*", "typescript": "*" } }