{
  "name": "hypercore-signing-request",
  "version": "5.2.0",
  "description": "Generate shareable signing requests for Hypercore",
  "main": "index.js",
  "scripts": {
    "test": "standard && brittle test.js"
  },
  "files": [
    "./index.js"
  ],
  "dependencies": {
    "compact-encoding": "^2.13.0",
    "hypercore": "^11.0.0",
    "hypercore-id-encoding": "^1.2.0",
    "hyperdrive": "^13.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/holepunchto/hypercore-signing-request.git"
  },
  "author": "Holepunch Inc.",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/holepunchto/hypercore-signing-request/issues"
  },
  "homepage": "https://github.com/holepunchto/hypercore-signing-request",
  "devDependencies": {
    "brittle": "^3.4.0",
    "corestore": "^7.0.0",
    "standard": "^17.1.0"
  }
}
