{
    "name": "esp-ai",
    "version": "2.82.70",
    "description": "Provide a complete set of AI dialogue solutions for your development board, including but not limited to the IAT+LLM+TTS integration solution for the ESP32 series development board. | 为你的开发板提供全套的AI对话方案，包括但不限于 `ESP32` 系列开发板的 `IAT+LLM+TTS` 集成方案。",
    "repository": "https://github.com/wangzongming/esp-ai",
    "main": "src/index.js",
    "keywords": [
        "esp-ai",
        "esp32-ai",
        "esp32",
        "llm",
        "iat",
        "tts",
        "Arduino-llm",
        "esp32-llm"
    ],
    "typings": "src/index.d.ts",
    "dependencies": {
        "axios": "^1.7.9",
        "colors": "^1.4.0",
        "crypto-js": "^3.1.9-1",
        "esp-ai-plugin-iat-paraformer-v2": "^0.0.9",
        "ffmpeg-static": "^5.2.0",
        "fluent-ffmpeg": "^2.1.3",
        "moment": "^2.30.1",
        "node-vad": "^1.1.4",
        "openai": "^4.56.0",
        "request": "^2.88.2",
        "uuid": "^10.0.0",
        "ws": "^7.1.2",
        "zlib": "^1.0.5"
    },
    "engines": {
        "node": ">=18",
        "npm": ">=5"
    },
    "scripts": {
        "dev": "node ./src/index.js  --dev"
    },
    "files": [
        "src/audio_temp/",
        "src/functions/",
        "src/utils/",
        "src/config.js",
        "src/index.d.ts",
        "src/index.js",
        "src/instance.js",
        "src/instrance_fns/",
        "src/types/",
        "logo.png"
    ],
    "author": "wangzongming",
    "license": "ISC"
}
