{
  "name": "@soniox/soniox-node",
  "version": "1.2.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soniox/soniox_node.git"
  },
  "description": "Node.js client library for Soniox speech recognition service.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT License",
  "author": {
    "name": "Soniox Inc."
  },
  "keywords": [
    "soniox",
    "audio",
    "transcribe"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "./esbuild.config.js && cp ./src/speech_service.proto ./dist/",
    "build:watch": "NODE_ENV=development npm run build",
    "build:proto": "proto-loader-gen-types --keepCase --longs=String --enums=String --defaults --oneofs --grpcLib=@grpc/grpc-js --outDir=proto/ src/*.proto"
  },
  "dependencies": {
    "@grpc/grpc-js": "^1.6.10",
    "@grpc/proto-loader": "^0.7.2"
  },
  "devDependencies": {
    "@types/node": "^18.7.14",
    "esbuild": "^0.15.6",
    "esbuild-node-externals": "^1.5.0",
    "npm-dts": "^1.3.12",
    "typescript": "^4.8.2"
  }
}
