{
  "name": "@textile/hub",
  "version": "6.3.4",
  "description": "web-gRPC wrapper client for communicating with Textile Hub.",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "module": "dist/esm/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npx tsc -b ./tsconfig.json",
    "clean": "npx rimraf ./dist",
    "test:browser": "polendina --cleanup --timeout 60 src/**/*.spec.ts --webpack-config ../../webpack.test.js"
  },
  "repository": "github:textileio/js-textile",
  "license": "MIT",
  "dependencies": {
    "@textile/buckets": "^6.2.4",
    "@textile/crypto": "^4.2.1",
    "@textile/grpc-authentication": "^3.4.5",
    "@textile/hub-filecoin": "^2.2.4",
    "@textile/hub-grpc": "2.6.18",
    "@textile/hub-threads-client": "^5.5.4",
    "@textile/security": "^0.9.1",
    "@textile/threads-id": "^0.6.1",
    "@textile/users": "^6.2.4",
    "loglevel": "^1.6.8",
    "multihashes": "3.1.2"
  },
  "devDependencies": {
    "@textile/context": "^0.12.2",
    "@textile/testing": "^0.0.10"
  },
  "gitHead": "c6985163d2035ea5b01851c0cb8f3e3272fee786"
}
