mirror of
https://github.com/kunkunsh/kunkun-ext-download-twitter-video.git
synced 2025-04-03 18:56:43 +00:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://schema.kunkun.sh",
|
|
"license": "MIT",
|
|
"name": "kunkun-ext-down-x-video",
|
|
"version": "0.0.12",
|
|
"type": "module",
|
|
"repository": "https://github.com/kunkunsh/kunkun-ext-download-twitter-video",
|
|
"kunkun": {
|
|
"name": "Download Twitter Video",
|
|
"shortDescription": "Download Twitter Video",
|
|
"longDescription": "Prodivde a Tweet URL, the video in the given tweet will be downloaded for you",
|
|
"identifier": "download-twitter-video",
|
|
"permissions": [
|
|
"clipboard:read-text",
|
|
"updownload:download",
|
|
{
|
|
"permission": "open:folder",
|
|
"allow": [
|
|
{
|
|
"path": "$DOWNLOAD"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"demoImages": [],
|
|
"icon": {
|
|
"type": "iconify",
|
|
"value": "skill-icons:twitter"
|
|
},
|
|
"customUiCmds": [],
|
|
"templateUiCmds": [
|
|
{
|
|
"name": "Download Twitter/X Video",
|
|
"main": "dist/index.js",
|
|
"cmds": []
|
|
}
|
|
]
|
|
},
|
|
"files": [
|
|
"./dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "bun build.ts dev",
|
|
"build": "bun build.ts"
|
|
},
|
|
"dependencies": {
|
|
"@kksh/api": "^0.0.52"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"packageManager": "pnpm@9.15.4"
|
|
}
|