UNPKG

youtube-search-api

Version:

Node.js and TypeScript library to get YouTube search results with playlist by provided keywords, no Login or API key required!

49 lines (48 loc) 1.1 kB
{ "name": "youtube-search-api", "version": "2.0.0", "description": "Node.js and TypeScript library to get YouTube search results with playlist by provided keywords, no Login or API key required!", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/damonwonghv/youtube-search-api.git" }, "keywords": [ "Youtube", "search", "api", "youtube-search", "youtube-api", "youtube", "api", "play", "youtube playlist", "playlist", "live", "channel", "typescript" ], "author": "thisisdamon", "license": "MIT", "bugs": { "url": "https://github.com/damonwonghv/youtube-search-api/issues" }, "homepage": "https://github.com/damonwonghv/youtube-search-api#readme", "files": [ "dist/**/*", "README.md", "LICENSE" ], "dependencies": { "axios": "^1.9.0" }, "devDependencies": { "typescript": "^5.5.4", "@types/node": "^20.14.10" } }