ssb-exporter
Version:
A cli for exporting your scuttlebot history
36 lines (35 loc) • 856 B
JSON
{
"name": "ssb-exporter",
"version": "1.1.2",
"description": "A cli for exporting your scuttlebot history",
"main": "export-data.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arj03/ssb-exporter.git"
},
"keywords": [
"ssb",
"scuttlebot",
"sneakernet",
"exporter",
"cli"
],
"author": "Anders Rune Jensen <arj03@protonmail.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arj03/ssb-exporter/issues"
},
"homepage": "https://github.com/arj03/ssb-exporter",
"dependencies": {
"pull-stream": "^2.28.4",
"scuttlebot": "~12.0.0",
"ssb-client": "^3.0.1",
"ssb-ref": "^2.2.1",
"sanitize-filename": "^1.5.3",
"socks5-http-client": "^1.0.2",
"commander": "^2.9.0"
}
}