UNPKG

@slide-computer/signer-web

Version:

JavaScript and TypeScript library to communicate with web signers on the Internet Computer

50 lines (49 loc) 1.1 kB
{ "name": "@slide-computer/signer-web", "version": "4.1.0", "author": "Slide", "license": "MIT", "description": "JavaScript and TypeScript library to communicate with web signers on the Internet Computer", "homepage": "https://github.com/slide-computer/signer-js", "repository": { "type": "git", "url": "https://github.com/slide-computer/signer-js.git", "directory": "packages/signer-web" }, "bugs": { "url": "https://github.com/slide-computer/signer-js/issues" }, "keywords": [ "internet computer", "internet-computer", "ic", "dfinity", "signer", "wallet", "actor", "dfx", "canister", "candid", "motoko", "javascript", "typescript", "blockchain", "crypto", "distributed", "api", "sdk" ], "types": "./lib/esm/index.d.ts", "exports": { "types": "./lib/esm/index.d.ts", "import": "./lib/esm/index.js", "default": "./lib/esm/index.js" }, "scripts": { "build": "tsc -b" }, "type": "module", "peerDependencies": { "@slide-computer/signer": "^4.1.0" } }