|
11 | 11 | "build": "tsc --build",
|
12 | 12 | "clean": "rm -rf node_modules",
|
13 | 13 | "call": "ts-node ./callWorkflow.ts",
|
14 |
| - "ngrok": "ngrok http 4000" |
| 14 | + "ngrok": "ngrok http 4000", |
| 15 | + "restack-up": "dotenv -e .env -- tsx restack_up.mjs", |
| 16 | + "docker:build:server": "docker build -f Dockerfile.server -t voice .", |
| 17 | + "docker:run:server": "docker run -d -p 4000:4000 voice", |
| 18 | + "docker:build:services": "docker build -f Dockerfile.services -t voice .", |
| 19 | + "docker:run:services": "docker run -d -p 4000:4000 voice" |
15 | 20 | },
|
16 | 21 | "keywords": [],
|
17 | 22 | "author": "",
|
18 | 23 | "license": "ISC",
|
19 | 24 | "dependencies": {
|
20 |
| - "@deepgram/sdk": "^3.6.0", |
21 |
| - "@restackio/ai": "^0.0.85", |
22 |
| - "@restackio/integrations-deepgram": "^0.0.13", |
23 |
| - "@restackio/integrations-openai": "^0.0.34", |
24 |
| - "@restackio/integrations-twilio": "^0.0.10", |
25 |
| - "@restackio/integrations-websocket": "^0.0.17", |
26 |
| - "@temporalio/workflow": "1.11.1", |
27 |
| - "cors": "^2.8.5", |
28 |
| - "dotenv": "^16.4.5", |
29 |
| - "express": "^4.21.0", |
30 |
| - "openai": "^4.59.0", |
31 |
| - "ts-node": "^10.9.2", |
32 |
| - "twilio": "^5.3.0", |
33 |
| - "typescript": "^5.6.2", |
34 |
| - "uuid": "^10.0.0", |
35 |
| - "ws": "^8.18.0", |
36 |
| - "zod": "^3.23.8" |
| 25 | + "@restackio/ai": "0.0.86", |
| 26 | + "@temporalio/workflow": "1.11.5", |
| 27 | + "cors": "2.8.5", |
| 28 | + "dotenv": "16.4.5", |
| 29 | + "express": "4.21.0", |
| 30 | + "openai": "4.59.0", |
| 31 | + "ts-node": "10.9.2", |
| 32 | + "twilio": "5.3.0", |
| 33 | + "@deepgram/sdk": "3.6.0", |
| 34 | + "typescript": "5.6.2", |
| 35 | + "uuid": "10.0.0", |
| 36 | + "ws": "8.18.0", |
| 37 | + "zod": "3.23.8" |
37 | 38 | },
|
38 | 39 | "devDependencies": {
|
39 |
| - "@restackio/cloud": "^1.0.19", |
40 |
| - "@types/cors": "^2.8.17", |
41 |
| - "@types/express": "^4.17.21", |
42 |
| - "@types/node": "^22.5.4", |
43 |
| - "@types/uuid": "^10.0.0", |
44 |
| - "@types/ws": "^8.5.12", |
45 |
| - "nodemon": "^3.1.4", |
46 |
| - "ts-node-dev": "^2.0.0" |
| 40 | + "@restackio/cloud": "1.0.23", |
| 41 | + "@types/cors": "2.8.17", |
| 42 | + "@types/express": "4.17.21", |
| 43 | + "@types/node": "22.5.4", |
| 44 | + "@types/uuid": "10.0.0", |
| 45 | + "@types/ws": "8.5.12", |
| 46 | + "nodemon": "3.1.4", |
| 47 | + "ts-node-dev": "2.0.0", |
| 48 | + "tsx": "4.19.2", |
| 49 | + "dotenv-cli": "7.4.4" |
47 | 50 | },
|
48 | 51 | "optionalDependencies": {
|
49 |
| - "bufferutil": "^4.0.8" |
| 52 | + "bufferutil": "4.0.8" |
50 | 53 | }
|
51 | 54 | }
|
0 commit comments