21 lines
528 B
JSON
21 lines
528 B
JSON
{
|
|
"name": "TheDesk",
|
|
"version": "15.9.0",
|
|
"description": "TheDesk on Mastodonはシンプルと多機能を両立したデスクトップ向けクライアントです",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Cutls P",
|
|
"license": "TheDesk LICENSE",
|
|
"dependencies": {
|
|
"electron-dl": "^1.11.0",
|
|
"jimp": "^0.2.28",
|
|
"node-notifier": "^5.2.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"itunes-nowplaying-mac": "^0.2.3"
|
|
}
|
|
}
|