{
  "name": "@minto-ai/microsoft-lat",
  "type": "module",
  "version": "0.0.31",
  "description": "微软LAT 语音转文本",
  "author": "hcc",
  "license": "ISC",
  "keywords": [
    "LAT",
    "语音转文本"
  ],
  "publishConfig": {
    "access": "public"
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build"
  },
  "dependencies": {
    "microsoft-cognitiveservices-speech-sdk": "^1.45.0"
  }
}
