package.json 1003 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "fmode-listen",
  3. "version": "0.2.0",
  4. "description": "Claude Code skill: 录音文件转写(讯飞 LFASR)通过 Fmode 网关 /api/listen/transcribe 完成。讯飞凭据仅服务端持有,客户端只需 fmode token,服务端按音频时长计费。提供 `npx fmode-listen transcribe` 直连命令 + Claude Code 技能安装器。",
  5. "type": "commonjs",
  6. "bin": {
  7. "fmode-listen": "bin/fmode-listen.js"
  8. },
  9. "scripts": {
  10. "smoke": "node scripts/smoke.js"
  11. },
  12. "files": [
  13. ".claude-plugin/",
  14. "bin/",
  15. "README.md",
  16. "scripts/",
  17. "skill-package-manifest.json",
  18. "skills/"
  19. ],
  20. "keywords": [
  21. "claude-code",
  22. "claude-skill",
  23. "fmode",
  24. "listen",
  25. "transcribe",
  26. "transcription",
  27. "asr",
  28. "iflytek",
  29. "speech-to-text",
  30. "audio"
  31. ],
  32. "license": "MIT",
  33. "repository": {
  34. "type": "git",
  35. "url": "git+ssh://git@github.com/fmodecn/skill-listen.git"
  36. },
  37. "homepage": "https://github.com/fmodecn/skill-listen#readme"
  38. }