YoutubeStreamAPI / package.json
quanvndzai's picture
init
98d81d4
{
"name": "youtubescrapper",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.ts",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^4.17.21",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@types/node": "^22.10.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"yt-stream": "^1.7.4",
"ytmusic-api": "^5.2.2"
}
}