{
  "name": "@keystonehq/keystone-sdk",
  "version": "0.11.7",
  "description": "Keystone SDK",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KeystoneHQ/keystone-sdk-web.git"
  },
  "author": "Keystone Engineering Team",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/KeystoneHQ/keystone-sdk-web/issues"
  },
  "homepage": "https://github.com/KeystoneHQ/keystone-sdk-web#readme",
  "dependencies": {
    "@bufbuild/protobuf": "^1.2.0",
    "@keystonehq/bc-ur-registry": "^0.7.1",
    "@keystonehq/bc-ur-registry-aptos": "^0.6.3",
    "@keystonehq/bc-ur-registry-arweave": "^0.5.3",
    "@keystonehq/bc-ur-registry-avalanche": "^0.0.4",
    "@keystonehq/bc-ur-registry-btc": "^0.1.1",
    "@keystonehq/bc-ur-registry-cardano": "^0.5.0",
    "@keystonehq/bc-ur-registry-cosmos": "^0.5.3",
    "@keystonehq/bc-ur-registry-eth": "^0.22.0",
    "@keystonehq/bc-ur-registry-evm": "^0.5.3",
    "@keystonehq/bc-ur-registry-keystone": "^0.4.3",
    "@keystonehq/bc-ur-registry-near": "^0.9.3",
    "@keystonehq/bc-ur-registry-sol": "^0.9.3",
    "@keystonehq/bc-ur-registry-stellar": "^0.0.4",
    "@keystonehq/bc-ur-registry-sui": "0.4.0-alpha.0",
    "@keystonehq/bc-ur-registry-iota": "^0.1.4",
    "@keystonehq/bc-ur-registry-ton": "^0.1.2",
    "@keystonehq/bc-ur-registry-zcash": "0.1.2",
    "@ngraveio/bc-ur": "^1.1.6",
    "@noble/hashes": "^1.5.0",
    "bs58check": "^3.0.1",
    "buffer": "^6.0.3",
    "pako": "^2.1.0",
    "ripple-binary-codec": "^1.4.3",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@bufbuild/buf": "^1.15.0-1",
    "@bufbuild/protoc-gen-es": "^1.2.0",
    "@types/jest": "^29.5.0",
    "@types/pako": "^2.0.0",
    "@types/uuid": "^9.0.1",
    "@typescript-eslint/eslint-plugin": "^5.43.0",
    "@typescript-eslint/parser": "^8.0.1",
    "eslint": "^8.0.1",
    "eslint-config-standard-with-typescript": "^34.0.1",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  },
  "scripts": {
    "start": "tsc -w",
    "build": "tsc -b tsconfig.build.json",
    "test": "jest src",
    "proto": "buf generate src",
    "lint": "eslint src --ext .js,.ts",
    "lint-fix": "eslint src --ext .js,.ts --fix"
  }
}