{ "name": "freechat-desktop", "version": "1.0.0", "description": "Desktop application for Freechat's decentralized communications platform.", "main": "index.js", "scripts": { "start": "electron .", "build": "./build.sh", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "electron": "^7.0.0" }, "dependencies": { "sass": "^1.23.1" } }