UNPKG

@ngraveio/bc-ur

Version:

A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons

56 lines (55 loc) 1.41 kB
{ "name": "@ngraveio/bc-ur", "version": "1.1.13", "author": "Antonis Poulakis <antwnic4@gmail.com>", "description": "A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "lib": "src", "test": "tests" }, "files": [ "src", "dist" ], "scripts": { "clean": "rimraf dist && rimraf tsconfig.tsbuildinfo", "build": "yarn clean && yarn compile", "compile": "tsc -p tsconfig.json -outDir ./dist", "test": "jest", "prepublish": "yarn build", "lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0" }, "dependencies": { "@keystonehq/alias-sampling": "^0.1.1", "assert": "^2.0.0", "bignumber.js": "^9.0.1", "cbor-sync": "^1.0.4", "crc": "^3.8.0", "jsbi": "^3.1.5", "sha.js": "^2.4.11" }, "devDependencies": { "@types/crc": "^3.4.0", "@types/jest": "^26.0.23", "@types/node": "^14.14.25", "@types/sha.js": "^2.4.0", "jest": "^26.6.3", "rimraf": "^3.0.2", "ts-jest": "^26.5.1", "typescript": "^4.1.5" }, "repository": { "type": "git", "url": "https://github.com/ngraveio/bc-ur.git" }, "keywords": [ "bc-ur" ], "bugs": { "url": "https://github.com/ngraveio/bc-ur/issues" }, "homepage": "https://github.com/ngraveio/bc-ur#readme" }