Skip to content

Commit

Permalink
added repository section to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrek6641 committed Jun 12, 2023
1 parent 9e83008 commit e6cea0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion typescript/audio2text-event/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "assembly",
"name": "text2audio-events",
"version": "1.0.0",
"description": "Sequence that uses AssemblyAi to transcript Audio sent by input channel",
"main": "index.js",
Expand All @@ -12,6 +12,10 @@
"Stream",
"AssemblyAi"
],
"repository": {
"type": "git",
"url": "https://github.com/scramjetorg/platform-samples/tree/main/typescript/audio2text-event"
},
"author": "Piotr",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit e6cea0d

Please sign in to comment.