{ "name": "hf-console", "description": "High Fidelity Console", "author": "High Fidelity", "license": "Apache-2.0", "version": "1.0.0", "keywords": [ "" ], "devDependencies": { "electron-packager": "^5.1.1", "electron-prebuilt": "^0.35.0" }, "repository": { "type": "git", "url": "https://github.com/highfidelity/hifi.git" }, "main": "main.js", "scripts": { "start": "electron ." } }