Newer
Older
TelosDB / tools / gemini-rag-tool / package.json
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 23 hours ago 334 bytes Refactor: reorganization of root and source directories and fix Error 1412
{
    "name": "gemini-rag-tool",
    "version": "1.0.0",
    "type": "module",
    "dependencies": {
        "axios": "^1.7.0",
        "cheerio": "^1.0.0",
        "dotenv": "^16.4.0",
        "kuromoji": "^0.1.2",
        "telos-db": "file:../..",
        "winston": "^3.12.0",
        "winston-daily-rotate-file": "^5.0.0"
    }
}