{ "name": "authorr", "version": "1.0.0", "description": "A Simple App for Book Authoring", "main": "main.js", "scripts": { "start": "electron ." }, "repository": { "type": "git", "url": "https://github.com/luciferreeves/authorr" }, "keywords": [ "authorr", "book", "writing", "authors" ], "author": "Kumar Priyansh", "license": "Apache-2.0", "dependencies": { "electron": "^5.0.3" } }