mirror of
https://github.com/kunkunsh/kunkun-ext-youtube-downloader.git
synced 2025-04-03 17:56:45 +00:00
26 lines
626 B
JSON
26 lines
626 B
JSON
{
|
|
"name": "@kunkun/kunkun-ext-youtube-downloader",
|
|
"version": "0.1.8",
|
|
"license": "MIT",
|
|
"exports": "./mod.ts",
|
|
"imports": {
|
|
"@distube/yt-dlp": "npm:@distube/yt-dlp@^2.0.1",
|
|
"@distube/ytdl-core": "npm:@distube/ytdl-core@^4.15.9",
|
|
"@hk/photographer-toolbox": "jsr:@hk/photographer-toolbox@^0.1.12",
|
|
"@kunkun/api": "jsr:@kunkun/api@^0.1.7",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"fluent-ffmpeg": "npm:fluent-ffmpeg@^2.1.3"
|
|
},
|
|
"publish": {
|
|
"include": [
|
|
"dist",
|
|
"mod.ts",
|
|
"package.json",
|
|
"README.md",
|
|
"deno-src",
|
|
"src/api.ts",
|
|
".npmrc"
|
|
]
|
|
}
|
|
}
|