{ "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", "typecheck": "tsc --noEmit", "cli": "bun run src/cli/index.ts" }, "dependencies": { "react": "^19.2.1", "react-dom": "^19.2.1", "next": "15.5.9" }, "devDependencies": { "@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", "eslint": "^9.39.1", "eslint-config-next": "^15.5.7", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" } }