18 lines
601 B
JSON
18 lines
601 B
JSON
{
|
|
"name": "vidrip",
|
|
"version": "1.0.0",
|
|
"description": "Respectful YouTube video drip downloader",
|
|
"scripts": {
|
|
"install:all": "cd backend && npm install && cd ../frontend && npm install",
|
|
"dev:backend": "cd backend && npm run dev",
|
|
"dev:frontend": "cd frontend && npm run dev",
|
|
"build:backend": "cd backend && npm run build",
|
|
"build:frontend": "cd frontend && npm run build",
|
|
"start:backend": "cd backend && npm start",
|
|
"start:frontend": "cd frontend && npm run preview"
|
|
},
|
|
"keywords": ["youtube", "downloader", "yt-dlp"],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|