{ "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", "scrape-youtube": "^2.4.0", "youtube-ext": "^1.1.16", "ytdl-core": "^4.11.5" } }