get-youtube-video-info
Version:
Get your YouTube video info instantly.
26 lines (25 loc) • 660 B
JSON
{
"name": "get-youtube-video-info",
"version": "1.4.0",
"description": "Get your YouTube video info instantly.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {},
"keywords": ["get", "youtube", "video", "info"],
"author": "iqojs",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7"
},
"devDependencies": {
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iqojs/get-youtube-video-info.git"
},
"bugs": {
"url": "https://github.com/iqojs/get-youtube-video-info/issues"
},
"homepage": "https://github.com/iqojs/get-youtube-video-info#readme"
}