UNPKG

@ngraveio/bc-ur-multi-layer-sync

Version:

Provides BC-UR types for syncing multiple coins and accounts from cold wallets to watch only wallets.

58 lines (57 loc) 1.51 kB
{ "name": "@ngraveio/bc-ur-multi-layer-sync", "version": "0.3.1", "description": "Provides BC-UR types for syncing multiple coins and accounts from cold wallets to watch only wallets.", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "lib": "src", "test": "__tests__" }, "files": [ "dist" ], "scripts": { "clean": "rm -rf ./dist", "watch": "tsc --build --watch", "build": "tsc --build", "test": "jest --passWithNoTests" }, "author": "Irfan Bilaloglu, Pieter Uyttersprot<irfan.bilaloglu@ngrave.io, pieter.uyttersprot@ngrave.io>", "license": "MIT", "homepage": "https://github.com/ngraveio/ur-registry", "repository": { "type": "git", "url": "https://github.com/ngraveio/ur-registry.git" }, "keywords": [ "bc-ur", "Blockchain Commons", "cbor", "crypto", "coin", "sync", "wallet", "watch-only" ], "bugs": { "url": "https://github.com/ngraveio/ur-registry/issues" }, "dependencies": { "@keystonehq/bc-ur-registry": "0.5.4", "@ngraveio/bc-ur-registry-crypto-coin-identity": "0.3.1", "@ngraveio/bc-ur-registry-crypto-portfolio-metadata": "0.1.1", "@ngraveio/bc-ur-registry-hex-string": "0.3.1" }, "devDependencies": { "@types/jest": "^29.5.1", "@types/uuid": "^9.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^4.9.4" }, "publishConfig": { "access": "public" }, "gitHead": "ce93b2850675b882007dd3a70f82e7489994f720" }