{
  "name": "borsh-encoding",
  "version": "1.2.1",
  "description": "Binary Object Representation Serializer for Hashing",
  "main": "index.js",
  "files": [],
  "scripts": {
    "test": "standard && brittle test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukks/borsh-encoding.git"
  },
  "author": "Lucas Barrena (LuKks)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lukks/borsh-encoding/issues"
  },
  "homepage": "https://github.com/lukks/borsh-encoding#readme",
  "devDependencies": {
    "brittle": "^3.3.2",
    "solana-idl": "^1.1.2",
    "standard": "^17.1.0"
  },
  "dependencies": {
    "@noble/hashes": "^1.8.0",
    "b4a": "^1.6.7",
    "bs58": "^6.0.0"
  }
}
