youtube-info-streams
Version:
Fetch meta information about YouTube videos including stream urls
61 lines (60 loc) • 1.61 kB
JSON
{
"name": "youtube-info-streams",
"version": "1.1.3",
"description": "Fetch meta information about YouTube videos including stream urls",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appit-online/youtube-info-streams.git"
},
"keywords": [
"youtube",
"youtube streams",
"youtube video streams",
"youtube video urls",
"youtube search",
"angular youtube search",
"youtube api",
"youtube crawler",
"youtube info",
"youtube information"
],
"funding": {
"url": "https://paypal.me/dave7117",
"type": "paypal"
},
"author": "David Koller",
"license": "ISC",
"files": [
"lib/**/*"
],
"bugs": {
"url": "https://github.com/appit-online/youtube-info-streams/issues"
},
"homepage": "https://github.com/appit-online/youtube-info-streams#readme",
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.6.3"
},
"dependencies": {
"got": "^11.8.6"
}
}