We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d8de8 commit dafd30aCopy full SHA for dafd30a
.gitignore
@@ -0,0 +1,2 @@
1
+node_modules/
2
+package-lock.json
package.json
@@ -0,0 +1,21 @@
+{
+ "name": "twitchnosub",
3
+ "version": "1.0.0",
4
+ "description": "An extension to show sub only VOD on Twitch",
5
+ "scripts": {
6
+ "patch": "node tools/patch.js"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/besuper/TwitchNoSub.git"
11
12
+ "author": "besuper",
13
+ "license": "ISC",
14
+ "bugs": {
15
+ "url": "https://github.com/besuper/TwitchNoSub/issues"
16
17
+ "homepage": "https://github.com/besuper/TwitchNoSub#readme",
18
+ "dependencies": {
19
+ "amazon-ivs-player": "^1.16.0"
20
+ }
21
+}
0 commit comments