File size: 545 Bytes
38fcc29 9390fa1 38fcc29 9390fa1 c30f8c3 38fcc29 c30f8c3 38fcc29 9390fa1 f79bc3a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"name": "downloader-api",
"version": "1.0.0",
"description": "API untuk genii",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"ytdl-core": "npm:@distube/ytdl-core@^4.15.1",
"playwright": "^1.39.0",
"shannz-playwright": "^1.0.0"
},
"devDependencies": {
"nodemon": "^3.0.0"
},
"engines": {
"node": ">=16"
},
"author": "R-BOT",
"license": "MIT"
}
|