2021-08-15 14:14:54 -04:00
|
|
|
{
|
2021-08-15 16:12:19 -04:00
|
|
|
"name": "youtube-tv-client",
|
2021-08-15 19:40:43 -04:00
|
|
|
"description": "A web client where it goes to youtube.com/tv",
|
2022-01-08 16:02:53 -05:00
|
|
|
"version": "2.0.2",
|
2021-08-15 14:14:54 -04:00
|
|
|
"main": "index.js",
|
2021-08-15 16:12:19 -04:00
|
|
|
"author": "Andrew Lee <alee14498@protonmail.com>",
|
2021-08-15 14:16:54 -04:00
|
|
|
"license": "GPL-3.0",
|
2021-08-15 14:14:54 -04:00
|
|
|
"scripts": {
|
2021-08-15 17:52:30 -04:00
|
|
|
"start": "electron .",
|
|
|
|
"dist": "electron-builder"
|
2021-08-15 14:14:54 -04:00
|
|
|
},
|
2021-08-16 20:47:25 -04:00
|
|
|
"dependencies": {
|
2022-07-10 12:44:42 -04:00
|
|
|
"electron-log": "^4.4.8",
|
2022-12-08 10:22:35 -05:00
|
|
|
"electron-updater": "^5.3.0"
|
2021-08-16 20:47:25 -04:00
|
|
|
},
|
2021-08-15 14:14:54 -04:00
|
|
|
"devDependencies": {
|
2022-12-08 10:22:35 -05:00
|
|
|
"electron": "^22.0.0",
|
|
|
|
"electron-builder": "^23.6.0"
|
2021-08-15 15:03:05 -04:00
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"appId": "me.alee14.ytvclient",
|
|
|
|
"productName": "YouTube TV Client",
|
2022-12-08 10:23:51 -05:00
|
|
|
"copyright": "© Copyright 2017-2022, Andrew Lee",
|
2021-08-15 15:48:45 -04:00
|
|
|
"linux": {
|
2021-08-15 16:12:19 -04:00
|
|
|
"target": [
|
2021-08-15 19:40:43 -04:00
|
|
|
"tar.gz",
|
2021-08-15 16:12:19 -04:00
|
|
|
"appimage",
|
|
|
|
"snap",
|
|
|
|
"rpm",
|
|
|
|
"pacman",
|
|
|
|
"deb"
|
|
|
|
],
|
2021-08-16 20:47:25 -04:00
|
|
|
"category": "Video",
|
2021-08-17 12:14:15 -04:00
|
|
|
"publish": "github"
|
2021-08-15 15:48:45 -04:00
|
|
|
},
|
|
|
|
"win": {
|
2021-08-15 16:12:19 -04:00
|
|
|
"target": [
|
|
|
|
"zip",
|
|
|
|
"portable",
|
|
|
|
"nsis"
|
2021-08-16 20:47:25 -04:00
|
|
|
],
|
|
|
|
"publish": "github"
|
2021-08-15 15:48:45 -04:00
|
|
|
},
|
|
|
|
"mac": {
|
2021-08-15 16:21:28 -04:00
|
|
|
"target": [
|
|
|
|
"zip",
|
|
|
|
"dmg"
|
2021-08-15 17:52:30 -04:00
|
|
|
],
|
2021-08-16 20:47:25 -04:00
|
|
|
"category": "Video",
|
|
|
|
"publish": "github"
|
2021-08-15 15:48:45 -04:00
|
|
|
}
|
2021-08-15 14:14:54 -04:00
|
|
|
}
|
|
|
|
}
|