SimpleTube/package.json

28 lines
778 B
JSON
Raw Normal View History

2023-10-26 12:35:34 -05:00
{
"name": "simpletube",
"version": "1.0.0",
"description": "A basic youtube frontend that hopes to emulate the feel of youtube without all the junk that comes with.",
"main": "index.js",
"scripts": {
2023-11-17 11:58:39 -06:00
"start": "node index.js"
2023-10-26 12:35:34 -05:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/Violets-puragtory/SimpleTube.git"
},
"author": "Violet@violets-purgatory.dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Violets-puragtory/SimpleTube/issues"
},
"homepage": "https://github.com/Violets-puragtory/SimpleTube#readme",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2",
2023-11-19 22:40:21 -06:00
"ffmpeg-static": "^5.2.0",
2023-10-27 00:38:23 -05:00
"scrape-youtube": "^2.4.0",
2023-11-01 08:33:22 -05:00
"youtube-ext": "^1.1.16",
2023-10-26 12:35:34 -05:00
"ytdl-core": "^4.11.5"
}
}