{
  "name": "xfyun-sdk",
  "version": "1.0.1",
  "description": "科大讯飞语音识别 SDK，支持浏览器中实时语音听写功能",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "xfyun",
    "speech",
    "asr",
    "recognition",
    "voice",
    "科大讯飞",
    "语音识别",
    "语音听写",
    "实时语音",
    "中文语音识别",
    "react",
    "typescript"
  ],
  "author": {
    "name": "Agions",
    "email": "1051736049@qq.com",
    "url": "https://github.com/agions"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agions/xfyun-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/agions/xfyun-sdk/issues"
  },
  "homepage": "https://github.com/agions/xfyun-sdk#readme",
  "license": "MIT",
  "dependencies": {
    "crypto-js": "^4.1.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.3.2",
    "@types/crypto-js": "^4.1.1",
    "@types/node": "^17.0.35",
    "@types/react": "^18.0.0",
    "react": "^18.0.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.75.0",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.4.0",
    "typescript": "^4.7.2"
  }
}
