2023-03-04 14:30:13 +08:00
|
|
|
{
|
|
|
|
"name": "miao-yunzai",
|
2023-11-08 03:03:36 +08:00
|
|
|
"version": "3.1.3",
|
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-10-21 18:30:25 +08:00
|
|
|
"log": "node ./lib/tools/log.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",
|
2024-03-08 09:48:18 +08:00
|
|
|
"chokidar": "^3.6.0",
|
|
|
|
"https-proxy-agent": "7.0.4",
|
2024-03-29 13:02:02 +08:00
|
|
|
"icqq": "^0.6.10",
|
2024-03-08 09:48:18 +08:00
|
|
|
"image-size": "^1.1.1",
|
2024-03-29 13:02:02 +08:00
|
|
|
"inquirer": "^9.2.16",
|
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",
|
2024-03-08 09:48:18 +08:00
|
|
|
"moment": "^2.30.1",
|
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",
|
2024-03-29 13:02:02 +08:00
|
|
|
"oicq": "^2.3.1",
|
2024-03-08 09:48:18 +08:00
|
|
|
"pm2": "^5.3.1",
|
2024-03-09 12:10:06 +08:00
|
|
|
"puppeteer": "*",
|
2024-03-08 09:48:18 +08:00
|
|
|
"redis": "^4.6.13",
|
|
|
|
"sequelize": "^6.37.1",
|
2024-01-21 18:58:54 +08:00
|
|
|
"sqlite3": "5.1.6",
|
2024-03-08 09:48:18 +08:00
|
|
|
"yaml": "^2.4.1"
|
2023-03-04 14:30:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-08 09:48:18 +08:00
|
|
|
"eslint": "^8.57.0",
|
2023-09-06 03:00:17 +08:00
|
|
|
"eslint-config-standard": "^17.1.0",
|
2024-03-08 09:48:18 +08:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
|
|
|
"eslint-plugin-n": "^16.6.2",
|
2023-03-08 02:39:01 +08:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2024-03-29 13:02:02 +08:00
|
|
|
"express": "^4.19.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-11-04 04:29:34 +08:00
|
|
|
}
|