{ "name": "social-app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "SSB_PORT=8009 EXPRESS_PORT=3000 electron .", "start:user-2": "SSB_PORT=8010 EXPRESS_PORT=3001 CONFIG_FOLDER=social-user2 electron .", "start:user-3": "SSB_PORT=8011 EXPRESS_PORT=3002 CONFIG_FOLDER=social-user3 electron .", "clear": "rm -rf ~/.social; rm -rf ~/.social-user2; rm -rf ~/.social-user3" }, "author": "", "license": "ISC", "dependencies": { "chokidar": "^3.3.1", "debug": "^4.1.1", "ejs": "^3.0.2", "express": "^4.17.1", "pull-stream": "^3.6.14", "ssb-about": "^2.0.1", "ssb-backlinks": "^1.0.0", "ssb-blobs": "^1.2.2", "ssb-client": "^4.9.0", "ssb-config": "^3.4.4", "ssb-contacts": "0.0.2", "ssb-device-address": "^1.1.6", "ssb-friends": "^4.1.4", "ssb-gossip": "^1.1.1", "ssb-identities": "^2.1.1", "ssb-keys": "^7.2.2", "ssb-master": "^1.0.3", "ssb-peer-invites": "^2.0.2", "ssb-private": "^0.2.3", "ssb-query": "^2.4.3", "ssb-replicate": "^1.3.2", "ssb-server": "^15.2.0" }, "devDependencies": { "electron": "^8.2.0" } }