26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "realtime_voice_bot",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start:loopback": "bun src/index.ts loopback",
|
|
"devices": "bun src/index.ts devices",
|
|
"setup:python": "bun src/setup-python.ts",
|
|
"check": "tsc --noEmit",
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.3.0",
|
|
"node": ">=22.12.0"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.4.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.6.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|