Skip to content

Commit dafd30a

Browse files
committed
Setup nodejs
1 parent d5d8de8 commit dafd30a

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
package-lock.json

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"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

Comments
 (0)