{
  "name": "@keystonehq/bc-ur-registry-sol",
  "version": "0.9.5",
  "description": "bc-ur-registry extension for Solana",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "src",
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "soralit <soralitria@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@keystonehq/bc-ur-registry": "^0.7.0",
    "bs58check": "^2.1.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.15.0",
    "@types/uuid": "^8.3.1",
    "tsdx": "^0.14.1",
    "typescript": "^4.6.2"
  },
  "gitHead": "83d8e223d29e5cc71dccc963388d65a87c894636",
  "scripts": {
    "clean": "rm -rf ./dist",
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "jest --passWithNoTests"
  }
}