SimpleTube/package.json

25 lines
684 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": {
"express": "^4.18.2",
2024-02-13 16:04:23 -06:00
"youtubei.js": "^9.0.2",
2023-10-26 12:35:34 -05:00
"ytdl-core": "^4.11.5"
}
}