@ngraveio/ur-blockchain-commons
Version:
A JS implementation of Uniform Resources(UR) Registry specification from Blockchain Commons.
76 lines (75 loc) • 1.8 kB
JSON
{
"name": "@ngraveio/ur-blockchain-commons",
"version": "2.0.0",
"description": "A JS implementation of Uniform Resources(UR) Registry specification from Blockchain Commons.",
"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",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"format": "prettier --write 'src/**/*.{ts,tsx}'"
},
"author": "Irfan Bilaloglu<irfan.bilaloglu@ngrave.io>",
"license": "MIT",
"homepage": "https://github.com/ngraveio/ur-registry/tree/main/ur-packages/blockchain-commons#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ngraveio/ur-registry.git",
"directory": "ur-packages/blockchain-commons"
},
"keywords": [
"ngrave",
"uniform resources",
"bc-ur",
"Blockchain Commons",
"cbor",
"ngrave",
"ur",
"bytes",
"coininfo",
"Coin Info",
"psbt",
"keypath",
"HDkey",
"ECKey",
"Address",
"Output Descriptor",
"Account Descriptor"
],
"bugs": {
"url": "https://github.com/ngraveio/ur-registry/issues"
},
"dependencies": {
"@ngraveio/bc-ur": "2.0.0-beta.9",
"@noble/hashes": "^1.7.1",
"@scure/base": "^1.2.4"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"eslint": "^8.32.0",
"jest": "^29.5.0",
"prettier": "^2.8.0",
"ts-jest": "^29.1.0",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6c1fdb1de00b21aa9324c7da822ff49b1fe97065"
}