{ "name": "darkwire.io", "version": "2.0.0", "description": "encrypted web chat", "main": "index.js", "repository": "https://github.com/darkwire/darkwire.io.git", "engines": { "yarn": "1.x" }, "contributors": [ { "name": "Daniel Seripap" }, { "name": "Alan Friedman" } ], "license": "MIT", "scripts": { "build": "./build.sh", "start": "cd server && CLIENT_DIST_DIRECTORY='../client/build' yarn start", "dev": "concurrently 'cd client && yarn start' 'cd server && yarn dev'", "test": "echo 'tests'" }, "devDependencies": { "concurrently": "^4.1.0" } }