UNPKG

tre-init

Version:

Initialize and test a new ssb network

71 lines (70 loc) 2 kB
{ "name": "tre-init", "version": "2.0.1", "description": "Initialize and test a new ssb network", "main": "index.js", "bin": { "tre-bot": "bin/trebot.sh", "tre-init": "bin/init.js", "tre-debug": "bin/debug.sh", "tre-pub-config": "bin/pub.js", "tre-invite": "bin/invite.js", "tre-apps-list": "bin/apps-list.js", "tre-apps-deploy": "bin/apps-deploy.js", "tre-import": "bin/import.js", "tre-export": "bin/export.js", "tre-config-from-invite": "bin/config-from-invite.js", "tre-browser-keygen": "bin/browser-keygen.js", "tre-insert-master-key": "bin/insert-master-key.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "ssb", "tre" ], "author": "Jan Bölsche <jan@lagomorph.de> (https://regular.codes/)", "license": "AGPL-3.0-or-later", "dependencies": { "bl": "^2.2.0", "browserify": "^16.2.3", "budo": "^11.4.1", "chrome-localstorage": "^1.2.0", "human-time": "0.0.2", "indexhtmlify": "^2.0.0", "lodash.merge": "^4.6.1", "metadataify": "^2.0.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "pull-file": "^1.1.0", "pull-stdio": "^1.0.0", "pull-stream": "^3.6.9", "rc": "^1.2.8", "read-pkg-up": "^4.0.0", "scuttlebot-release": "ssbc/scuttlebot-release#11.3.x-fixups", "sodium-native": "2.2.6", "ssb-client": "4.5.x", "ssb-keys": "^7.1.3", "ssb-private": "^0.2.3", "ssb-ref": "^2.13.9", "ssb-sort": "^1.1.3", "stream-to-pull-stream": "^1.7.2", "traverse": "^0.6.6", "tre-file-importer": "^3.1.2", "tre-invite-code": "^1.0.1" }, "devDependencies": { "collect-mutations": "^1.0.0", "mutant": "^3.22.1", "tre-client": "^1.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/regular/tre-init.git" }, "bugs": { "url": "https://github.com/regular/tre-init/issues" }, "homepage": "https://github.com/regular/tre-init#readme" }