{
  "name": "@apocentre/bc-ur",
  "version": "1.1.0",
  "author": "Antonis Poulakis <antwnic4@gmail.com>",
  "description": "A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "src/index.ts",
  "directories": {
    "lib": "src",
    "test": "tests"
  },
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
    "build": "yarn clean && yarn compile",
    "start": "node ./src/deleteme.ts",
    "compile": "tsc -p tsconfig.json -outDir ./dist",
    "test": "jest ",
    "lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0"
  },
  "dependencies": {
    "@apocentre/alias-sampling": "^0.5.3",
    "@ellipticoin/cbor": "^1.0.4",
    "@iljucha/cbor": "^1.0.10",
    "@types/crc": "^3.4.0",
    "@types/sha.js": "^2.4.0",
    "assert": "^2.0.0",
    "big-integer": "^1.6.48",
    "bignumber.js": "^9.0.1",
    "cbor-sync": "^1.0.4",
    "cborg": "^1.0.4",
    "crc": "^3.8.0",
    "sha.js": "^2.4.11"
  },
  "devDependencies": {
    "@types/node": "^14.14.25",
    "jest": "^26.6.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.1",
    "typescript": "^4.1.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Apocentre/bc-ur.git"
  },
  "keywords": [
    "bc-ur"
  ],
  "bugs": {
    "url": "https://github.com/Apocentre/bc-ur/issues"
  },
  "homepage": "https://github.com/Apocentre/bc-ur#readme"
}
