forked from FreeTubeApp/yt-trending-scraper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 967 Bytes
/
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": "@freetube/yt-trending-scraper",
"version": "2.0.1",
"description": "Identifies the currently trending videos on YouTube and returns all trending site information about every video without accessing the YouTube API.",
"main": "index.js",
"scripts": {
"test": "jest --watchAll --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/FreeTubeApp/yt-trending-scraper.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"youtube",
"youtube-fetch",
"youtube-scrapper",
"youtube-grabber",
"youtube trending",
"youtube-trending",
"youtube without api",
"youtube-fetcher",
"trending",
"youtube trending scraper",
"youtube trends scraper",
"youtube trends",
"trends"
],
"author": "GilgusMaximus <software@lucahohmann.com>",
"license": "GPLv3",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"jest": "^27.0.4"
}
}