ytv
Version:
Get the Youtube Video Info by Url of Youtube Video
31 lines (30 loc) • 627 B
JSON
{
"name": "ytv",
"version": "1.0.3",
"description": "Get the Youtube Video Info by Url of Youtube Video",
"keywords": [
"ytv",
"youtube",
"video",
"info",
"url",
"link"
],
"homepage": "https://github.com/moonsung1234/ytv",
"bugs": {
"url": "https://github.com/moonsung1234/ytv/issues"
},
"license": "MIT",
"author": {
"name": "Moon Sung",
"email": "dit67890@gmail.com",
"url": "https://moonsung.tistory.com"
},
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.5.0"
}
}