File tree Expand file tree Collapse file tree 4 files changed +742
-133
lines changed Expand file tree Collapse file tree 4 files changed +742
-133
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " audio-transcript" ,
33 "version" : " 1.0.0" ,
4- "main" : " index.js" ,
54 "scripts" : {
6- "start" : " ts-node src/services.ts" ,
7- "start.watch" : " nodemon src/services.ts" ,
8- "dev" : " npm run start.watch" ,
5+ "dev" : " open-cli http://localhost:5233 && tsx watch --include src src/services.ts" ,
96 "build" : " tsc --build" ,
107 "clean" : " rm -rf node_modules" ,
118 "schedule" : " ts-node ./scheduleWorkflow.ts"
129 },
13- "nodemonConfig" : {
14- "execMap" : {
15- "ts" : " ts-node"
16- },
17- "ext" : " ts" ,
18- "watch" : [
19- " src"
20- ]
21- },
2210 "author" : " " ,
2311 "license" : " ISC" ,
2412 "description" : " " ,
2513 "dependencies" : {
26- "@restackio/ai" : " ^0.0.95 " ,
14+ "@restackio/ai" : " ^0.0.96 " ,
2715 "@temporalio/workflow" : " ^1.11.3" ,
2816 "dotenv" : " ^16.4.7" ,
2917 "openai" : " ^4.76.0"
3018 },
3119 "devDependencies" : {
3220 "@types/node" : " ^22.10.1" ,
3321 "nodemon" : " ^3.1.7" ,
34- "ts-node" : " ^10.9.2" ,
22+ "open-cli" : " ^8.0.0" ,
23+ "tsx" : " 4.19.2" ,
3524 "typescript" : " ^5.7.2"
3625 }
3726}
You can’t perform that action at this time.
0 commit comments