{ "name": "thedesk", "version": "18.8.3", "description": "TheDesk is a Mastodon client for PC.", "repository": "https://github.com/cutls/TheDesk", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "construct": "cd view/make && node make --automatic && cd ../../", "dev": "electron ./ --dev", "dist": "build --linux snap", "build:js": "node build.js", "build": "electron-builder", "build:all": "electron-builder --win --linux", "build:win": "electron-builder --win" }, "keywords": [ "mastodon", "client", "electron", "thedesk" ], "bugs": { "url": "https://github.com/cutls/TheDesk/issues", "email": "web-pro@cutls.com" }, "homepage": "https://thedesk.top", "author": { "name": "Cutls", "url": "https://cutls.com/@Cutls", "email": "web-pro@cutls.com" }, "contributor": [ { "name": "とねぢ", "url": "https://minohdon.jp/@toneji", "email": "solfa.tono@gmail.com" }, { "name": "ぽぷんじゃ", "url": "https://popon.pptdn.jp/@popn_ja", "email": "popn.ja@gmail.com" }, { "name": "kPherox", "url": "https://pl.kpherox.dev/kPherox", "email": "admin@mail.kr-kp.com" } ], "license": "GPL-3.0", "dependencies": { "@fortawesome/fontawesome-free": "^5.10.1", "electron-dl": "^1.14.0", "jimp": "^0.6.4", "jquery": "^3.4.1", "jquery-ui-dist": "^1.12.1", "json5": "^2.1.0", "materialize-css": "^1.0.0", "node-notifier": "^5.4.0", "sumchecker": "^3.0.0", "sweetalert2": "^8.13.0", "vue": "^2.6.10" }, "optionalDependencies": { "itunes-nowplaying-mac": "kPherox/itunes-nowplaying-mac#get-artworks-base64", "font-manager": "^0.3.0" }, "devDependencies": { "electron": "^6.0.0", "electron-builder": "^21.1.5", "readline-sync": "1.4.10" }, "build": { "productName": "TheDesk", "appId": "top.thedesk", "asarUnpack": [ "node_modules/itunes-nowplaying-mac" ], "directories": { "output": "../build" }, "win": { "icon": "build/thedesk.ico", "target": [ "nsis", "portable", "appx" ] }, "appx": { "identityName": "53491Cutls.TheDesk", "applicationId": "Cutls.TheDesk", "publisherDisplayName": "Cutls", "publisher": "CN=629757F5-A5EE-474F-9562-B304A89A9FD1", "languages": [ "JA-JP", "EN-US" ] }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true, "artifactName": "TheDesk-setup.${ext}" }, "linux": { "icon": "build/icons", "target": [ "zip", "snap" ], "category": "Network" }, "mac": { "target": [ "dmg", "zip" ] }, "electronDownload": { "version": "6.0.0" }, "electronVersion": "6.0.0" } }