UNPKG

bitdrive-cli

Version:

A Bitspace service that for managing Bitdrives over FUSE.

82 lines (81 loc) 1.86 kB
{ "name": "bitdrive-cli", "version": "1.0.1", "description": "A Bitspace service that for managing Bitdrives over FUSE.", "main": "index.js", "bin": { "bitdrive": "./bin/run/run" }, "files": [ "index.js", "client.js", "lib/", "bin/", "scripts/" ], "directories": { "test": "test" }, "dependencies": { "@web4/bitdrive": "^1.0.0", "@web4/bitdrive-network-heuristics": "^1.0.0", "@web4/bitdrive-schemas": "^1.0.0", "@web4/bitweb-crypto": "^2.0.0", "@oclif/command": "^1.6.1", "@oclif/config": "^1.15.1", "@oclif/errors": "^1.2.2", "@oclif/plugin-autocomplete": "^0.2.0", "@oclif/plugin-help": "^3.1.0", "bitspace": "^1.0.0", "call-me-maybe": "^1.0.1", "cli-progress": "^3.8.2", "codecs": "^2.1.0", "globby": "^11.0.1", "is-options": "^1.0.1", "mirror-folder": "^3.1.0", "nanoresource-promise": "^1.2.2", "ora": "^4.0.4", "pino": "^6.3.2", "tape": "^5.0.1" }, "optionalDependencies": { "@web4/bitdrive-fuse": "^1.0.0", "fuse-native": "^2.2.6" }, "devDependencies": { "standard": "^14.3.4", "tmp-promise": "^3.0.2" }, "scripts": { "test": "standard && tape test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/bitwebs/bitdrive-cli.git" }, "keywords": [ "bitspace", "bitdrive", "fuse" ], "author": "Andrew Osheroff <andrewosh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bitwebs/bitdrive-cli/issues" }, "homepage": "https://github.com/bitwebs/bitdrive-cli#readme", "oclif": { "commands": "./bin/commands", "bin": "bitdrive", "plugins": [ "@oclif/plugin-help", "@oclif/plugin-autocomplete" ] }, "standard": { "ignore": [ "lib/network.js", "bin/*" ] } }