{ "name": "authorr", "version": "1.0.0", "description": "A Simple App for Book Authoring", "main": "main.js", "scripts": { "test": "build", "start": "electron src/main.js" }, "build": { "appId": "xyz.kumarpriyansh.authorr", "productName": "Authorr", "copyright": "Copyright © 2019 Kumar Priyansh", "icon": "docs/logo/logo_small.icns", "dmg": { "contents": [ { "x": 150, "y": 220 }, { "x": 400, "y": 220, "type": "link", "path": "/Applications" } ], "icon": "docs/logo/mounted.icns" }, "linux": { "target": [ "deb" ] } }, "repository": { "type": "git", "url": "https://github.com/luciferreeves/authorr" }, "keywords": [ "authorr", "book", "writing", "authors" ], "author": "Kumar Priyansh ", "license": "Apache-2.0", "dependencies": { "jquery": "^3.5.1", "local-storage": "^2.0.0" }, "devDependencies": { "electron": "^9.1.0", "electron-builder": "^22.7.0" } }