1 Star 0 Fork 103

努力学习/Yunzai-Bot

forked from Kokomi/Yunzai-Bot
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
Kokomi 提交于 2022-11-27 06:21 . 统一runtime目录
{
"name": "yunzai",
"version": "2.2.3",
"homepage": "https://github.com/Le-niao/Yunzai-Bot",
"author": "Le-niao",
"description": "Genshin QQ group Bot",
"main": "app.js",
"type": "module",
"engines": {
"node": ">= v14"
},
"scripts": {
"app": "node ./app.js",
"debug": "node ./app.js debug",
"test": "node ./tools/test.js",
"start": "pm2 start ./config/pm2/pm2.json",
"stop": "pm2 stop Yunzai",
"restart": "pm2 restart Yunzai",
"list": "pm2 list",
"log": "pm2 logs --lines 200 Yunzai",
"web": "node ./tools/web.js"
},
"keywords": [
"qqBot",
"genshin"
],
"license": "MIT",
"dependencies": {
"baidu-aip-sdk": "^2.0.2",
"cheerio": "^1.0.0-rc.12",
"image-size": "^1.0.1",
"promise-retry": "^2.0.1",
"superagent": "^8.0.0",
"tencentcloud-sdk-nodejs": "^4.0.285",
"art-template": "^4.13.2",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"inquirer": "^8.2.4",
"lodash": "^4.17.21",
"log4js": "^6.5.2",
"md5": "^2.3.0",
"moment": "^2.29.3",
"node-fetch": "^3.2.6",
"node-schedule": "^2.1.0",
"node-xlsx": "^0.21.0",
"oicq": "^2.3.1",
"pm2": "^5.2.0",
"puppeteer": "^13.7.0",
"redis": "^4.1.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"express": "^4.18.1",
"express-art-template": "^1.0.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/pand22/Yunzai-Bot.git
git@gitee.com:pand22/Yunzai-Bot.git
pand22
Yunzai-Bot
Yunzai-Bot
master

搜索帮助