@gandlaf21/bc-ur
Version:
A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "@gandlaf21/bc-ur",
"version": "1.1.12",
"author": "gandlaf21 <gandlaf@proton.me>",
"description": "A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons",
"license": "MIT",
"main": "dist/lib/es5/index.js",
"module": "dist/lib/es6/index.js",
"directories": {
"lib": "src",
"test": "tests"
},
"files": [
"src",
"dist"
],
"scripts": {
"clean": "rm -rf dist",
"build": "yarn clean && yarn compile",
"compile": "tsc -p tsconfig.json && tsc -p tsconfig.esm.json",
"test": "vitest",
"prepublish": "yarn build",
"lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0"
},
"dependencies": {
"@apocentre/alias-sampling": "^0.5.3",
"@noble/hashes": "^1.3.3",
"bignumber.js": "^9.0.1",
"buffer": "^6.0.3",
"cbor-sync": "^1.0.4",
"cborg": "^4.0.9",
"jsbi": "3.1.5"
},
"devDependencies": {
"typescript": "^4.1.5",
"vitest": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gandlafbtc/bc-ur.git"
},
"keywords": [
"bc-ur"
],
"bugs": {
"url": "https://github.com/gandlafbtc/bc-ur/issues"
},
"homepage": "https://github.com/gandlafbtc/bc-ur#readme"
}