2023-03-04 14:30:13 +08:00
|
|
|
{
|
|
|
|
"name": "miao-yunzai",
|
2023-04-18 02:37:38 +08:00
|
|
|
"version": "3.0.2",
|
2023-03-04 14:30:13 +08:00
|
|
|
"author": "Yoimiya-Kokomi, Le-niao",
|
|
|
|
"description": "QQ group Bot",
|
2023-03-11 09:35:53 +08:00
|
|
|
"main": "app.js",
|
2023-03-04 14:30:13 +08:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2023-03-11 09:35:53 +08:00
|
|
|
"app": "node .",
|
|
|
|
"dev": "node . dev",
|
|
|
|
"login": "node . login",
|
2023-03-05 07:41:36 +08:00
|
|
|
"web": "node ./lib/tools/web.js",
|
2023-03-04 14:30:13 +08:00
|
|
|
"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-03-04 15:24:28 +08:00
|
|
|
"log": "pm2 logs --lines 400 Miao-Yunzai"
|
2023-03-04 14:30:13 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"art-template": "^4.13.2",
|
2023-03-08 02:39:01 +08:00
|
|
|
"chalk": "^5.2.0",
|
2023-03-04 14:30:13 +08:00
|
|
|
"chokidar": "^3.5.3",
|
|
|
|
"https-proxy-agent": "5.0.1",
|
2023-05-11 16:40:28 +08:00
|
|
|
"icqq": "^0.3.10",
|
2023-03-04 14:30:13 +08:00
|
|
|
"image-size": "^1.0.2",
|
2023-03-08 02:39:01 +08:00
|
|
|
"inquirer": "^8.2.5",
|
2023-03-04 14:30:13 +08:00
|
|
|
"lodash": "^4.17.21",
|
2023-03-11 19:59:10 +08:00
|
|
|
"log4js": "^6.9.1",
|
2023-03-04 14:30:13 +08:00
|
|
|
"md5": "^2.3.0",
|
2023-03-08 02:39:01 +08:00
|
|
|
"moment": "^2.29.4",
|
2023-03-11 19:59:10 +08:00
|
|
|
"node-fetch": "^3.3.1",
|
2023-03-08 02:39:01 +08:00
|
|
|
"node-schedule": "^2.1.1",
|
2023-04-24 10:54:28 +08:00
|
|
|
"node-xlsx": "^0.21.2",
|
2023-03-04 16:12:48 +08:00
|
|
|
"oicq": "^2.3.1",
|
2023-03-19 20:51:47 +08:00
|
|
|
"pm2": "^5.3.0",
|
2023-05-11 00:34:17 +08:00
|
|
|
"puppeteer": "^20.1.2",
|
2023-04-28 07:34:19 +08:00
|
|
|
"redis": "^4.6.6",
|
2023-05-01 17:50:02 +08:00
|
|
|
"sequelize": "^6.31.1",
|
2023-03-15 08:23:21 +08:00
|
|
|
"sqlite3": "^5.1.6",
|
2023-04-25 07:29:58 +08:00
|
|
|
"yaml": "^2.2.2"
|
2023-03-04 14:30:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-06 18:09:14 +08:00
|
|
|
"eslint": "^8.40.0",
|
2023-03-04 14:30:13 +08:00
|
|
|
"eslint-config-standard": "^17.0.0",
|
2023-03-08 02:39:01 +08:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-04-23 07:54:27 +08:00
|
|
|
"eslint-plugin-n": "^15.7.0",
|
2023-03-08 02:39:01 +08:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"express": "^4.18.2",
|
2023-03-04 14:30:13 +08:00
|
|
|
"express-art-template": "^1.0.1"
|
|
|
|
},
|
2023-03-08 02:39:01 +08:00
|
|
|
"imports": {
|
|
|
|
"#miao": "./plugins/miao-plugin/components/index.js",
|
|
|
|
"#miao.models": "./plugins/miao-plugin/models/index.js"
|
2023-03-04 14:30:13 +08:00
|
|
|
}
|
2023-03-08 02:39:01 +08:00
|
|
|
}
|