2 Star 2 Fork 2

zac / search_with_ai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
ma 提交于 2024-05-29 10:33 . Modify directory structure.
{
"name": "ai_search",
"version": "1.0.6",
"description": "ai search with node.js",
"main": "./dist/app.js",
"author": "zac_ma",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "dotenvx run --env-file=.env -- node ./dist/app.js",
"dev": "dotenvx run --env-file=.env.local --env-file=.env -- cross-env NODE_ENV=development nodemon ./backend/app.ts",
"build": "tsc"
},
"dependencies": {
"@dotenvx/dotenvx": "^0.24.0",
"@google/generative-ai": "^0.2.1",
"@koa/bodyparser": "^5.1.0",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.1",
"cache-manager": "^5.4.0",
"cheerio": "^1.0.0-rc.12",
"fetch-sse": "1.0.23",
"koa": "^2.15.0",
"koa-static": "^5.0.0",
"koa2-connect-history-api-fallback": "^0.1.3",
"ollama": "^0.5.0",
"openai": "^4.28.4",
"tencentcloud-sdk-nodejs": "^4.0.810"
},
"devDependencies": {
"@types/koa": "^2.15.0",
"@types/koa-static": "^4.0.4",
"@types/koa__cors": "^5.0.0",
"@types/koa__router": "^12.0.4",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zac_ma/search_with_ai.git
git@gitee.com:zac_ma/search_with_ai.git
zac_ma
search_with_ai
search_with_ai
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891