@ngraveio/ur-sync
Version:
Provides BC-UR types for syncing multiple coins and accounts from cold wallets to watch only wallets.
66 lines (65 loc) • 1.69 kB
JSON
{
"name": "@ngraveio/ur-sync",
"version": "2.0.0",
"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/tree/main/ur-packages/multi-layer-sync#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ngraveio/ur-registry.git",
"directory": "ur-packages/multi-layer-sync"
},
"keywords": [
"ngrave",
"uniform resources",
"bc-ur",
"Blockchain Commons",
"cbor",
"crypto",
"coin",
"sync",
"wallet",
"watch-only",
"portfolio",
"portfolio coin",
"metadata",
"detailed account"
],
"bugs": {
"url": "https://github.com/ngraveio/ur-registry/issues"
},
"dependencies": {
"@ngraveio/bc-ur": "2.0.0-beta.9",
"@ngraveio/ur-blockchain-commons": "2.0.0",
"@ngraveio/ur-coin-identity": "2.0.0",
"@ngraveio/ur-hex-string": "2.0.0",
"buffer": "^6.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/uuid": "^9.0.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6c1fdb1de00b21aa9324c7da822ff49b1fe97065"
}