-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 Bytes
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
{
"name": "esp32-websocket",
"version": "1.0.0",
"description": "ESP32 için WebSocket sunucusu",
"main": "dist/server.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/server.js"
},
"dependencies": {
"@hono/node-server": "^1.13.1",
"@hono/node-ws": "^1.0.4",
"@langchain/community": "^0.3.4",
"@langchain/core": "^0.3.7",
"@types/express": "^5.0.0",
"audio-decode": "^2.2.2",
"clipboardy": "^4.0.0",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"hono": "^4.6.3",
"wav": "^1.0.2",
"ws": "^8.18.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.3"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@types/wav": "^1.0.4",
"@types/ws": "^8.18.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.2"
}
}