UNPKG

@koralabs/cardano-wallets

Version:

Library for connecting cardano wallets in the browser using CIP-30

49 lines (48 loc) 1.05 kB
{ "name": "@koralabs/cardano-wallets", "version": "0.4.0", "description": "Library for connecting cardano wallets in the browser using CIP-30", "main": "lib/index.js", "types": "lib/index.d.ts", "homepage": "https://github.com/koralabs/cardano-wallets", "repository": { "type": "git", "url": "git+https://github.com/koralabs/cardano-wallets.git" }, "keywords": [ "cardano", "wallet", "connector", "cip30" ], "contributors": [ { "name": "BigIrishLion" }, { "name": "PapaGoose" } ], "scripts": { "test": "node --experimental-vm-modules node_modules/.bin/jest", "build": "tsc", "npm:publish": "yarn build && yarn publish" }, "author": "", "license": "ISC", "devDependencies": { "@types/jest": "^28.1.1", "jest": "^28.1.1", "ts-jest": "^28.0.4", "typescript": "^4.7.3" }, "dependencies": { "@emurgo/cardano-serialization-lib-asmjs": "11.5.0", "axios": "^0.27.2", "buffer": "^6.0.3" }, "files": [ "bin", "lib" ] }