Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 1.42 KB
Copy Edit Raw Blame History
🌌 authored 2024-07-17 01:52 . 细节优化
{
"name": "trss-yunzai",
"version": "3.1.3",
"author": "TimeRainStarSky, Yoimiya-Kokomi, Le-niao",
"description": "Bot",
"main": "app.js",
"type": "module",
"scripts": {
"app": "node .",
"dev": "node . dev",
"web": "node lib/tools/web.js",
"start": "pm2 start config/pm2.yaml",
"stop": "pm2 stop config/pm2.yaml",
"restart": "pm2 restart config/pm2.yaml",
"log": "pm2 log --lines 100"
},
"dependencies": {
"art-template": "^4.13.2",
"chalk": "^5.3.0",
"chokidar": "^3.6.0",
"express": "^4.19.2",
"file-type": "^19.1.1",
"https-proxy-agent": "7.0.5",
"image-size": "^1.1.1",
"level": "^8.0.1",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"md5": "link:lib/modules/md5",
"moment": "^2.30.1",
"node-fetch": "link:lib/modules/node-fetch",
"node-schedule": "^2.1.1",
"oicq": "link:lib/modules/oicq",
"pm2": "^5.4.2",
"puppeteer": "*",
"redis": "^4.6.15",
"sequelize": "^6.37.3",
"sqlite3": "5.1.6",
"strip-ansi": "^7.1.0",
"ulid": "^2.3.0",
"ws": "^8.18.0",
"yaml": "^2.4.5"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.4.0"
},
"imports": {
"#miao": "./plugins/miao-plugin/components/index.js",
"#miao.models": "./plugins/miao-plugin/models/index.js"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化