twitch-user-streaming-info
Version:
Get the live information of twitch user (scraping).
30 lines (29 loc) • 749 B
JSON
{
"name": "twitch-user-streaming-info",
"version": "0.1.0",
"description": "Get the live information of twitch user (scraping).",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LegendaryEmoji/twitch-user-streaming-info.git"
},
"keywords": [
"twitch",
"stream",
"live",
"emo"
],
"author": "Legendary Emoji#1742",
"license": "MIT",
"bugs": {
"url": "https://github.com/LegendaryEmoji/twitch-user-streaming-info/issues"
},
"homepage": "https://github.com/LegendaryEmoji/twitch-user-streaming-info#readme",
"dependencies": {
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10"
}
}