-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
52 lines (52 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "esp-ai",
"version": "2.41.24",
"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",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"moment": "^2.30.1",
"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"
}