UNPKG

youtube-suggest-gen

Version:

Fetch Youtube Video Suggestions with the help of Query or URLs

66 lines (65 loc) 1.66 kB
{ "name": "youtube-suggest-gen", "version": "1.0.7", "description": "Fetch Youtube Video Suggestions with the help of Query or URLs", "main": "./src/index.js", "module": "./src/index.mjs", "types": "./typings/index.d.ts", "files": [ "src", "typings" ], "exports": { "./*": "./*", ".": { "require": "./src/index.js", "import": "./src/index.mjs" } }, "scripts": { "lint": "eslint ./src", "lint:fix": "eslint ./src --fix", "commit": "git-cz", "semantic-release": "semantic-release --branches main", "push": "git add . && npm run commit && git push", "test": "node test/testing.js" }, "devDependencies": { "@babel/eslint-parser": "^7.18.2", "@babel/preset-env": "^7.18.2", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.17.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "nyc": "^15.1.0", "semantic-release": "^19.0.3" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "keywords": [], "engines": { "npm": ">=7.0.0" }, "dependencies": { "https-proxy-agent": "^5.0.1", "play-dl": "^1.9.5", "proxies-generator": "^1.0.6", "ytdl-core": "^4.11.0" }, "directories": { "example": "example" }, "author": "Sid is Live YT", "repository": { "type": "git", "url": "git+https://github.com/SidisLiveYT/youtube-suggest-gen.git" }, "license": "ISC", "bugs": { "url": "https://github.com/SidisLiveYT/youtube-suggest-gen/issues" }, "homepage": "https://github.com/SidisLiveYT/youtube-suggest-gen#readme" }