{ "name": "thedesk", "version": "22.2.0", "codename": "Koume", "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", "postinstall": "run-s util:*", "util:hash": "node gitHash.js", "util:browserify": "browserify aiscript.js -o js/platform/aiscript.js", "construct": "node view/make/makeCli.js", "construct:store": "node view/make/makeCli.js --store", "dev": "run-p dev:*", "dev:run": "electron ./ --dev", "dev:watchview": "node view/make/makeCli.js --watch", "build": "node buildCli.js", "build:pwa": "node view/make/makeCli.js --pwa", "build:all:x64": "node buildCli.js --withStore", "build:all": "node buildCli.js --withStore --withIa32 --withArm64", "lint:fix": "eslint js --fix", "lint": "eslint js" }, "keywords": [ "mastodon", "client", "electron", "thedesk" ], "bugs": { "url": "https://github.com/cutls/TheDesk/issues", "email": "p@cutls.com" }, "homepage": "https://thedesk.top", "author": { "name": "Cutls", "url": "https://cutls.dev", "email": "p@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.15.3", "@syuilo/aiscript": "^0.11.1", "electron-dl": "^3.2.1", "itunes-nowplaying-mac": "https://github.com/cutls/itunes-nowplaying-mac/releases/download/v0.4.0/itunes-nowplaying-mac-0.4.0.tgz", "jimp": "^0.16.1", "jquery": "^3.6.0", "jquery-ui-dist": "^1.12.1", "json5": "^2.2.0", "lodash": "^4.17.21", "materialize-css": "git://github.com/cutls/materialize#v1-dev", "sanitize-html": "^2.4.0", "sumchecker": "^3.0.1", "sweetalert2": "^11.0.12", "system-font-families": "^0.4.1", "textarea-caret": "^3.1.0", "vue": "^2.6.12" }, "devDependencies": { "browserify": "^17.0.0", "chokidar": "^3.5.2", "dotenv": "^9.0.2", "electron": "^13.0.1", "electron-builder": "^22.11.5", "electron-notarize": "^1.0.0", "electron-rebuild": "^2.3.5", "eslint": "^7.27.0", "npm-run-all": "^4.1.5", "readline-sync": "1.4.10" }, "resolutions": { "@types/fs-extra": "9.0.11", "plist": "3.0.2" } }