1 Star 0 Fork 0

kingjinsen/gopeed-extension-youtube

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
liwei 提交于 2024-01-17 10:18 . feat: support youtu.be host
{
"name": "gopeed-extension-youtube",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"gopeed": "^1.3.6",
"gopeed-polyfill-webpack-plugin": "^1.0.2",
"prettier": "^3.0.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"ytdl-core": "^4.11.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kingjinsen/gopeed-extension-youtube.git
git@gitee.com:kingjinsen/gopeed-extension-youtube.git
kingjinsen
gopeed-extension-youtube
gopeed-extension-youtube
main

搜索帮助