streamabletube.xyz/package.json

33 lines
853 B
JSON

{
"dependencies": {
"axios": "^0.27.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"ytdl-core": "^4.9.0"
},
"name": "streamable-tube",
"description": "Simple API meant to stream YouTube videos into HTML5 players quickly without having to download them to your own server.",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tacohitbox/streamable-tube.git"
},
"keywords": [
"youtube",
"youtube-stream",
"html5",
"html5-player"
],
"author": "tacohitbox",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/tacohitbox/streamable-tube/issues"
},
"homepage": "https://github.com/tacohitbox/streamable-tube#readme"
}