ai-query对接新版freesun-agent接口的分支
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

46 lines
1.3 KiB

{
"name": "ai-query",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "peace-ns start",
"seq-automate": "sequelize-automate -c ./config/sequelize-automate.js",
"test:auth-integration": "node --test tests/auth.integration.test.mjs"
},
"author": "附离",
"license": "ISC",
"description": "基于 nodejs.20 + Koa.2 的服务端(api)",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@alicloud/pop-core": "^1.8.0",
"@clickhouse/client": "^1.18.1",
"@koa/multer": "^4.0.0",
"@modelcontextprotocol/sdk": "^1.17.2",
"@peace/node_server": "^2.0.1",
"cheerio": "^1.0.0",
"dotenv": "^17.4.2",
"html-docx-js": "^0.3.1",
"iconv-lite": "^0.6.3",
"image-size": "^2.0.2",
"ioredis": "^5.10.1",
"jszip": "^3.10.1",
"mammoth": "^1.12.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"multer": "^2.0.2",
"playwright": "^1.59.1",
"playwright-core": "^1.59.1",
"qiniu": "^7.12.0",
"superagent": "^10.1.1",
"pg": "^8.16.3",
"svg-captcha": "^1.4.0",
"uuid": "^10.0.0",
"ws": "^8.18.1",
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {
"sequelize-automate-freesun": "^1.2.2"
}
}