{
  "name": "@audc/salute-stt",
  "version": "1.1.0",
  "description": "Recognition client for Node.js",
  "repository": "googleapis/nodejs-recognition",
  "license": "Apache-2.0",
  "author": "Google LLC",
  "main": "./build/cjs/src/index.cjs",
  "types": "./build/cjs/src/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./build/esm/src/index.d.ts",
        "default": "./build/esm/src/index.js"
      },
      "require": {
        "types": "./build/cjs/src/index.d.ts",
        "default": "./build/cjs/src/index.cjs"
      }
    },
    "./build/protos/protos": {
      "import": {
        "types": "./build/protos/protos/protos.d.ts",
        "default": "./build/protos/protos/protos.js"
      },
      "require": {
        "types": "./build/protos/protos/protos.d.ts",
        "default": "./build/protos/protos/protos.cjs"
      }
    }
  },
  "files": [
    "build/esm",
    "build/cjs",
    "build/protos",
    "!build/esm/**/*.map",
    "!build/cjs/**/*.map"
  ],
  "keywords": [
    "google apis client",
    "google api client",
    "google apis",
    "google api",
    "google",
    "google cloud platform",
    "google cloud",
    "cloud",
    "google recognition",
    "recognition",
    "smart speech"
  ],
  "scripts": {
    "clean": "gts clean",
    "compile-protos": "compileProtos esm/src --esm ",
    "docs": "jsdoc -c .jsdoc.cjs",
    "postpack": "minifyProtoJson build/cjs && minifyProtoJson build/esm",
    "fix": "gts fix",
    "lint": "gts check",
    "prepare": "npm run compile-protos && npm run compile",
    "system-test:cjs": "c8 mocha --config ../../.mocharc.cjs --no-parallel build/cjs/system-test",
    "system-test:esm": "c8 mocha --config ../../.mocharc.cjs --no-parallel build/esm/system-test",
    "system-test": "npm run system-test:esm && npm run system-test:cjs",
    "test:cjs": "c8 mocha --config ../../.mocharc.cjs build/cjs/test",
    "test:esm": "c8 mocha --config ../../.mocharc.cjs build/esm/test",
    "test": "npm run test:cjs && npm run test:esm",
    "compile:esm": "tsc -p ./tsconfig.esm.json && cp -r esm/src/json-helper.cjs build/esm/src/json-helper.cjs",
    "babel": "babel esm --out-dir build/cjs --ignore \"esm/**/*.d.ts\" --extensions \".ts\" --out-file-extension .cjs --copy-files",
    "compile:cjs": "tsc -p ./tsconfig.json && npm run babel",
    "compile": "npm run compile:esm && rm -rf esm/src/json-helper.d.cts && npm run compile:cjs && rm -rf build/protos && cp -r protos build/protos",
    "samples-test": "cd samples/ && npm link ../ && npm i && npm test"
  },
  "dependencies": {
    "google-gax": "^5.1.1-rc.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.18.12",
    "@types/sinon": "^20.0.0",
    "babel-plugin-replace-import-extension": "^1.1.5",
    "c8": "^10.1.3",
    "gapic-tools": "^1.0.3",
    "gts": "^6.0.2",
    "jsdoc": "^4.0.5",
    "jsdoc-region-tag": "^4.0.1",
    "jsdoc-fresh": "^5.0.2",
    "long": "^5.3.2",
    "mocha": "^11.7.4",
    "typescript": "5.8.3",
    "pack-n-play": "^4.2.1",
    "sinon": "^20.0.0",
    "ts-loader": "^8.4.0",
    "webpack": "^5.102.1",
    "webpack-cli": "^6.0.1"
  },
  "engines": {
    "node": ">=v18"
  }
}
