UNPKG

hyperspace-mirroring-service

Version:
42 lines (41 loc) 1.11 kB
{ "name": "hyperspace-mirroring-service", "version": "1.0.7", "description": "A Hyperspace service with a RPC API for mirroring.", "main": "index.js", "bin": { "hyperspace-mirror": "./bin/index.js" }, "scripts": { "build": "hrpc rpc/schema.proto --rpc=rpc/index.js --messages=rpc/messages.js", "test": "standard && tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/andrewosh/hyperspace-mirroring-service.git" }, "keywords": [ "hyperspace", "seeding", "mirroring" ], "author": "Andrew Osheroff <andrewosh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/andrewosh/hyperspace-mirroring-service/issues" }, "homepage": "https://github.com/andrewosh/hyperspace-mirroring-service#readme", "devDependencies": { "standard": "^16.0.3", "tape": "^5.0.1" }, "dependencies": { "@hyperspace/client": "^1.18.0", "hrpc": "^2.2.0", "hrpc-runtime": "^2.1.1", "hyperbee": "^1.0.1", "hyperdrive": "^10.18.0", "minimist": "^1.2.5", "nanoresource-promise": "^2.0.0" } }