@ngraveio/ur-sign
Version:
Provides BC-UR types for signature request and response from cold wallets to hot wallets.
65 lines (64 loc) • 1.58 kB
JSON
{
"name": "@ngraveio/ur-sign",
"version": "2.0.0",
"description": "Provides BC-UR types for signature request and response from cold wallets to hot wallets.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"dist"
],
"sideEffects": [
"dist/addToRegistry.js"
],
"scripts": {
"clean": "rm -rf ./dist",
"watch": "tsc --build --watch",
"build": "tsc --build",
"test": "jest --passWithNoTests"
},
"author": "Irfan Bilaloglu<irfan.bilaloglu@ngrave.io>",
"license": "MIT",
"homepage": "https://github.com/ngraveio/ur-registry/tree/main/ur-packages/sign-request-response#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ngraveio/ur-registry.git",
"directory": "ur-packages/sign-request-response"
},
"keywords": [
"ngrave",
"uniform resources",
"bc-ur",
"Blockchain Commons",
"cbor",
"crypto",
"coin",
"signature",
"sign",
"request",
"response",
"wallet"
],
"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-uuid": "2.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6c1fdb1de00b21aa9324c7da822ff49b1fe97065"
}