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": {
|
|
|
|
"test": "node index.js"
|
|
|
|
},
|
|
|
|
"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-10-27 00:38:23 -05:00
|
|
|
"scrape-youtube": "^2.4.0",
|
2023-10-26 12:35:34 -05:00
|
|
|
"ytdl-core": "^4.11.5"
|
|
|
|
}
|
|
|
|
}
|