76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"name": "thedesk",
|
|
"version": "17.0.1",
|
|
"description": "TheDesk is a Mastodon client for PC.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dist": "build --linux snap"
|
|
},
|
|
"keywords": [],
|
|
"bugs": {
|
|
"url": "https://github.com/cutls/TheDesk/issues",
|
|
"email": "mstdn@thedesk.top"
|
|
},
|
|
"homepage": "https://thedesk.top",
|
|
"author": {
|
|
"name": "Cutls P",
|
|
"url": "https://kirishima.clooud/@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"
|
|
}
|
|
],
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"electron-dl": "^1.11.0",
|
|
"font-manager": "^0.3.0",
|
|
"jimp": "^0.2.28",
|
|
"node-notifier": "^5.2.1",
|
|
"sumchecker": "^2.0.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"itunes-nowplaying-mac": "^0.2.3"
|
|
},
|
|
"build": {
|
|
"productName": "TheDesk",
|
|
"appId": "top.thedesk",
|
|
"directories": {
|
|
"output": "../build"
|
|
},
|
|
"win": {
|
|
"icon": "thedesk.ico",
|
|
"target": [
|
|
"nsis",
|
|
"portable"
|
|
]
|
|
},
|
|
"linux": {
|
|
"icon": "build/icons",
|
|
"target": [
|
|
"snap"
|
|
],
|
|
"category": "Network"
|
|
},
|
|
"mac": {
|
|
"target": "dmg"
|
|
},
|
|
"electronDownload": {
|
|
"version": "3.0.10"
|
|
},
|
|
"electronVersion": "3.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"electron-rebuild": "^1.8.2"
|
|
}
|
|
}
|