You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Copy or save YouTube transcripts without extra setup.",
"icon": "ytranscript-icon.png",
"author": "leodoesdev",
"platforms": [
"Windows",
"macOS"
],
"categories": [
"Productivity",
"Media",
"Web"
],
"license": "MIT",
"commands": [
{
"name": "get-transcript",
"title": "Get Transcript",
"description": "Copy or save a YouTube video transcript",
"mode": "view"
}
],
"tools": [],
"dependencies": {
"@raycast/api": "2.1.3",
"@raycast/utils": "^2.3.0",
"youtube-transcript-plus": "^2.0.1"
},
"devDependencies": {
"@raycast/eslint-config": "^2.2.0",
"@types/node": "22.19.17",
"@types/react": "19.0.10",
"eslint": "^10.5.0",
"prettier": "^3.8.5",
"typescript": "^6.0.3"
},
"scripts": {
"build": "ray build",
"dev": "ray develop",
"fix-lint": "ray lint --fix",
"lint": "ray lint",
"test": "bun test",
"prepublishOnly": "echo \"\\n\\nIt seems like you are trying to publish the Raycast extension to npm.\\n\\nIf you did intend to publish it to npm, remove the \\`prepublishOnly\\` script and rerun \\`npm publish\\` again.\\nIf you wanted to publish it to the Raycast Store instead, use \\`npm run publish\\` instead.\\n\\n\" && exit 1",