@micdrop/gladia
Version:
Gladia implementation for @micdrop/server
48 lines • 956 B
JSON
{
"name": "@micdrop/gladia",
"version": "1.2.2",
"description": "Gladia implementation for @micdrop/server",
"author": "Lonestone",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Godefroy/micdrop.git",
"directory": "packages/gladia"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"microphone",
"audio",
"browser",
"voice",
"conversation",
"gladia",
"stt"
],
"dependencies": {
"ws": "^8.19.0"
},
"peerDependencies": {
"@micdrop/server": "*"
},
"devDependencies": {
"@types/node": "^22.19.13",
"@types/ws": "^8.18.1",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit"
}
}