mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Using expo-build-properties plugin for proper minSdk configuration. Required for react-native-vad which needs Android O (API 26) or higher. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "voice-dev",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/voice-assistant"
|
|
],
|
|
"scripts": {
|
|
"dev": "npm run dev --workspace=@voice-dev/web",
|
|
"dev:agent": "npm run dev --workspace=@voice-dev/agent",
|
|
"dev:mcp": "npm run dev --workspace=@voice-dev/mcp-server",
|
|
"build": "npm run build --workspaces --if-present",
|
|
"build:agent": "npm run build --workspace=@voice-dev/agent",
|
|
"build:mcp": "npm run build --workspace=@voice-dev/mcp-server",
|
|
"build:web": "npm run build --workspace=@voice-dev/web",
|
|
"typecheck": "npm run typecheck --workspaces --if-present",
|
|
"start": "npm run start --workspace=@voice-dev/web",
|
|
"start:agent": "npm run start --workspace=@voice-dev/agent",
|
|
"start:mcp": "npm run start --workspace=@voice-dev/mcp-server",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"description": "Voice-controlled development environment with OpenAI Realtime API",
|
|
"keywords": [
|
|
"openai",
|
|
"realtime",
|
|
"voice",
|
|
"voice-assistant",
|
|
"development",
|
|
"mcp"
|
|
],
|
|
"author": "moboudra",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tailwindcss/oxide": "^4.1.14",
|
|
"expo-build-properties": "^1.0.9",
|
|
"expo": "~54.0.17",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.4"
|
|
}
|
|
}
|