UNPKG

@ngraveio/ur-coin-identity

Version:

Provides BC UR type that uniquely identifies a crypto coin.

60 lines (59 loc) 1.41 kB
{ "name": "@ngraveio/ur-coin-identity", "version": "2.0.0", "description": "Provides BC UR type that uniquely identifies a crypto coin.", "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/coin-identity#readme", "repository": { "type": "git", "url": "git+https://github.com/ngraveio/ur-registry.git", "directory": "ur-packages/coin-identity" }, "keywords": [ "ngrave", "uniform resources", "bc-ur", "Blockchain Commons", "cbor", "crypto", "coin", "identity" ], "bugs": { "url": "https://github.com/ngraveio/ur-registry/issues" }, "dependencies": { "@ngraveio/bc-ur": "2.0.0-beta.9", "uuid": "^9.0.0" }, "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" }