We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc3bb5 commit aa65200Copy full SHA for aa65200
package.json
@@ -1,13 +1,15 @@
1
{
2
"name": "youtube-transcript-mcp",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "MCP server for fetching YouTube transcripts",
5
"type": "module",
6
"main": "dist/index.js",
7
"bin": {
8
"youtube-transcript-mcp": "dist/index.js"
9
},
10
- "files": ["dist"],
+ "files": [
11
+ "dist"
12
+ ],
13
"scripts": {
14
"build": "bun build index.ts --outdir dist --target node",
15
"prepublishOnly": "bun run build"
0 commit comments