@slide-computer/signer-web
Version:
JavaScript and TypeScript library to communicate with web signers on the Internet Computer
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "@slide-computer/signer-web",
"version": "3.16.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"
],
"main": "./lib/cjs/index",
"module": "./lib/esm/index",
"unpkg": "./lib/esm/index",
"scripts": {
"build": "tsc -b && tsc -p tsconfig-cjs.json"
},
"peerDependencies": {
"@slide-computer/signer": "^3.16.0"
}
}