Skip to content

Commit

Permalink
Trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
mnemitz committed Sep 3, 2024
1 parent 31bb7a9 commit 181abe8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "speechmatics-js-sdk",
"version": "1.0.0",
"description": "",
"packageManager": "pnpm@9.9.0",
"scripts": {
"format": "biome format --write .",
"lint": "biome lint --write ."
Expand Down
11 changes: 9 additions & 2 deletions packages/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@
"generate-types": "./scripts/generate-models.sh",
"build": "rollup -c"
},
"keywords": ["speech", "ASR", "batch", "REST API", "transcript"],
"author": "",
"keywords": [
"speech",
"ASR",
"batch",
"REST API",
"transcript",
"translation",
"summary"
],
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
Empty file added packages/real-time/index.ts
Empty file.
22 changes: 22 additions & 0 deletions packages/real-time/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "@speechmatics/real-time",
"version": "0.0.1-alpha.0",
"description": "Client for the Speechmatics real-time API",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"speech",
"ASR",
"real-time",
"realtime",
"real time",
"websocket",
"transcript",
"translation"
],
"license": "MIT"
}

0 comments on commit 181abe8

Please sign in to comment.