2023-05-11 16:03:18 +08:00
|
|
|
{
|
|
|
|
"name": "trss-yunzai",
|
2023-05-28 09:26:21 +08:00
|
|
|
"version": "3.1.0",
|
2023-05-11 16:03:18 +08:00
|
|
|
"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",
|
|
|
|
"test": "node ./lib/tools/test.js",
|
|
|
|
"start": "pm2 start ./config/pm2/pm2.json",
|
|
|
|
"stop": "pm2 stop ./config/pm2/pm2.json",
|
|
|
|
"restart": "pm2 restart ./config/pm2/pm2.json",
|
2023-08-22 22:50:35 +08:00
|
|
|
"log": "node ./lib/tools/name.js"
|
2023-05-11 16:03:18 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"art-template": "^4.13.2",
|
2023-06-29 20:25:21 +08:00
|
|
|
"chalk": "^5.3.0",
|
2023-05-11 16:03:18 +08:00
|
|
|
"chokidar": "^3.5.3",
|
|
|
|
"express": "^4.18.2",
|
2023-06-29 20:25:21 +08:00
|
|
|
"file-type": "^18.5.0",
|
2023-09-06 12:32:10 +08:00
|
|
|
"https-proxy-agent": "7.0.2",
|
2023-05-11 16:03:18 +08:00
|
|
|
"image-size": "^1.0.2",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"log4js": "^6.9.1",
|
|
|
|
"md5": "^2.3.0",
|
|
|
|
"moment": "^2.29.4",
|
2023-07-26 10:35:11 +08:00
|
|
|
"node-fetch": "^3.3.2",
|
2023-05-11 16:03:18 +08:00
|
|
|
"node-schedule": "^2.1.1",
|
2023-05-28 09:26:21 +08:00
|
|
|
"node-xlsx": "^0.23.0",
|
2023-07-09 00:58:50 +08:00
|
|
|
"oicq": "link:lib/modules/oicq",
|
2023-05-11 16:03:18 +08:00
|
|
|
"pm2": "^5.3.0",
|
2023-08-28 20:13:04 +08:00
|
|
|
"puppeteer": "^21.1.1",
|
|
|
|
"redis": "^4.6.8",
|
2023-09-12 13:28:11 +08:00
|
|
|
"sequelize": "^6.33.0",
|
2023-05-11 16:03:18 +08:00
|
|
|
"sqlite3": "^5.1.6",
|
2023-09-12 13:28:11 +08:00
|
|
|
"ws": "^8.14.1",
|
2023-08-29 16:26:59 +08:00
|
|
|
"yaml": "^2.3.2"
|
2023-05-11 16:03:18 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-12 13:28:11 +08:00
|
|
|
"eslint": "^8.49.0",
|
2023-05-31 09:55:20 +08:00
|
|
|
"eslint-config-standard": "^17.1.0",
|
2023-08-20 08:35:47 +08:00
|
|
|
"eslint-plugin-import": "^2.28.1",
|
2023-09-12 13:28:11 +08:00
|
|
|
"eslint-plugin-n": "^16.1.0",
|
2023-05-11 16:03:18 +08:00
|
|
|
"eslint-plugin-promise": "^6.1.1"
|
|
|
|
},
|
|
|
|
"imports": {
|
|
|
|
"#miao": "./plugins/miao-plugin/components/index.js",
|
|
|
|
"#miao.models": "./plugins/miao-plugin/models/index.js"
|
|
|
|
}
|
2023-07-16 08:55:31 +08:00
|
|
|
}
|