This repository was archived by the owner on Sep 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-3630
lines changed
Expand file tree Collapse file tree 2 files changed +30
-3630
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " youtube-chat" ,
3- "version" : " 1.1.0 " ,
2+ "name" : " @freetube/ youtube-chat" ,
3+ "version" : " 1.1.1 " ,
44 "main" : " dist/index.js" ,
55 "types" : " dist/index.d.ts" ,
6- "repository" : " https://github.com/LinaTsukusu/youtube-chat.git" ,
7- "author" : " LinaTsukusu <lina.tsukusu@gmail.com>" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/FreeTubeApp/youtube-chat.git"
9+ },
10+ "bugs" : {
11+ "url" : " https://github.com/FreeTubeApp/youtube-chat/issues"
12+ },
13+ "homepage" : " https://github.com/FreeTubeApp/youtube-chat#readme" ,
14+ "author" : {
15+ "name" : " Svallinn" ,
16+ "email" : " svallinn@protonmail.com"
17+ },
18+ "contributors" : [
19+ {
20+ "name" : " LinaTsukusu" ,
21+ "email" : " lina.tsukusu@gmail.com"
22+ },
23+ {
24+ "name" : " IcedCoffeee" ,
25+ "url" : " https://github.com/IcedCoffeee/"
26+ }
27+ ],
828 "license" : " MIT" ,
929 "private" : false ,
30+ "publishConfig" : {
31+ "access" : " public"
32+ },
1033 "scripts" : {
1134 "build" : " tsc" ,
1235 "start" : " NODE_ENV=production node dist" ,
13- "debug" : " tsc && NODE_ENV=development node dist/debug.js"
36+ "debug" : " tsc && NODE_ENV=development node dist/debug.js" ,
37+ "test" : " jest --verbose"
1438 },
1539 "files" : [
1640 " dist" ,
3357 "typescript" : " ^3.8.3"
3458 },
3559 "dependencies" : {
36- "axios" : " ^0.19.2 "
60+ "axios" : " ^0.21.1 "
3761 }
3862}
You can’t perform that action at this time.
0 commit comments