2023-03-04 14:30:13 +08:00
|
|
|
{
|
|
|
|
"name": "miao-yunzai",
|
2023-05-28 15:25:23 +08:00
|
|
|
"version": "3.1.0",
|
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-08-21 09:26:31 +08:00
|
|
|
"log": "node ./lib/tools/name.js"
|
2023-03-04 14:30:13 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"art-template": "^4.13.2",
|
2023-09-06 03:00:17 +08:00
|
|
|
"chalk": "^5.3.0",
|
2023-03-04 14:30:13 +08:00
|
|
|
"chokidar": "^3.5.3",
|
2023-09-06 03:00:17 +08:00
|
|
|
"https-proxy-agent": "7.0.1",
|
2023-09-02 00:32:53 +08:00
|
|
|
"icqq": "^0.5.3",
|
2023-03-04 14:30:13 +08:00
|
|
|
"image-size": "^1.0.2",
|
2023-09-06 03:00:17 +08:00
|
|
|
"inquirer": "^9.2.10",
|
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-09-06 03:00:17 +08:00
|
|
|
"node-fetch": "^3.3.2",
|
2023-03-08 02:39:01 +08:00
|
|
|
"node-schedule": "^2.1.1",
|
2023-09-06 03:00:17 +08:00
|
|
|
"node-xlsx": "^0.23.0",
|
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-09-06 03:00:17 +08:00
|
|
|
"puppeteer": "^21.1.1",
|
|
|
|
"redis": "^4.6.8",
|
|
|
|
"sequelize": "^6.32.1",
|
2023-03-15 08:23:21 +08:00
|
|
|
"sqlite3": "^5.1.6",
|
2023-09-06 03:00:17 +08:00
|
|
|
"yaml": "^2.3.2"
|
2023-03-04 14:30:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-06 03:00:17 +08:00
|
|
|
"eslint": "^8.48.0",
|
|
|
|
"eslint-config-standard": "^17.1.0",
|
|
|
|
"eslint-plugin-import": "^2.28.1",
|
|
|
|
"eslint-plugin-n": "^16.0.2",
|
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
|
|
|
}
|