feat: add YouTube segments CLI using yt-dlp
This commit is contained in:
19
package.json
19
package.json
@@ -1,12 +1,18 @@
|
||||
{
|
||||
"name": "nextjs-template",
|
||||
"name": "yt-segments",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"yt-segments": "./src/cli/index.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
"lint": "eslint",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"cli": "bun run src/cli/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.2.1",
|
||||
@@ -14,14 +20,15 @@
|
||||
"next": "15.5.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.9.3",
|
||||
"@eslint/eslintrc": "^3.3.3",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@types/bun": "^1.3.6",
|
||||
"@types/node": "^24.10.2",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-next": "^15.5.7",
|
||||
"@eslint/eslintrc": "^3.3.3"
|
||||
"tailwindcss": "^4.1.17",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user