{ "name": "thedesk", "version": "20.1.2", "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": "npx electron ./ --dev", "dist": "build --linux snap", "watchview": "node view/make/make.js --automatic --watch", "build:js": "node build.js", "build": "node view/make/make.js --automatic && npx electron-builder", "build:all": "npx electron-builder --win --linux", "build:win": "npx electron-builder --win", "build:pwa": "node view/make/make.js --automatic --pwa" }, "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.12.1", "electron-dl": "^3.0.0", "jimp": "^0.9.3", "jquery": "^3.4.1", "jquery-ui-dist": "^1.12.1", "json5": "^2.1.1", "lodash": "^4.17.15", "materialize-css": "git://github.com/cutls/materialize#v1-dev", "sumchecker": "^3.0.1", "sweetalert2": "^9.7.2", "vue": "^2.6.11" }, "optionalDependencies": { "font-manager": "0.3.0", "itunes-nowplaying-mac": "0.3.1" }, "devDependencies": { "chokidar": "^3.3.1", "electron": "^8.0.0", "electron-builder": "^22.1.0", "electron-rebuild": "^1.10.0", "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", "deb" ], "category": "Network" }, "mac": { "target": [ "dmg", "zip" ] }, "electronDownload": { "version": "6.0.0" }, "electronVersion": "6.0.0" } }