15 Star 203 Fork 25

椰羊/Yenai-Plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
椰羊 提交于 2024-11-22 10:25 . 🔀 合并dev分支
{
"name": "yenai-plguin",
"version": "1.4.0",
"description": "Yunzai-Bot插件扩展",
"main": "index.js",
"type": "module",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"lint": "lint-staged --allow-empty",
"commit": "gitmoji --commit"
},
"repository": {
"type": "git",
"url": "https://gitee.com/yeyang52/yenai-plugin.git"
},
"keywords": [
"Yunzai-Bot",
"yenai-plguin"
],
"author": "yeyang",
"license": "GPL-3.0",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"jimp": "^0.22.12",
"node-fetch": "^3.3.2",
"systeminformation": "^5.23.5"
},
"devDependencies": {
"all-contributors-cli": "^6.26.1",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-promise": "^6.6.0",
"gitmoji-cli": "^9.5.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10"
},
"optionalDependencies": {
"abort-controller": "^3.0.0"
},
"lint-staged": {
"*.js": [
"eslint --fix"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yeyang52/yenai-plugin.git
git@gitee.com:yeyang52/yenai-plugin.git
yeyang52
yenai-plugin
Yenai-Plugin
master

搜索帮助