forked from FriedChickenButt/youtube-webos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "youtube-webos",
"version": "0.0.2",
"description": "Youtube App without ADs",
"main": "index.js",
"scripts": {
"build": "webpack",
"package": "ares-package -n dist",
"deploy": "ares-install youtube.leanback.v4_${npm_package_version}_all.ipk",
"launch": "ares-launch youtube.leanback.v4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FriedChickenButt/youtube-webos.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/FriedChickenButt/youtube-webos/issues"
},
"homepage": "https://github.com/FriedChickenButt/youtube-webos#readme",
"dependencies": {
"core-js": "^3.13.1",
"regenerator-runtime": "^0.13.7",
"tiny-sha256": "^1.0.2",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@webosose/ares-cli": "^2.1.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
}
}