summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-youtube-transcript/package.json
blob: efcefda8b7b3fcb25efb9aff6de432db117a6231 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"name": "@dispatch/tool-youtube-transcript",
	"version": "0.0.0",
	"type": "module",
	"private": true,
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"dependencies": {
		"@dispatch/kernel": "workspace:*"
	}
}