package.json 296 B

1234567891011121314151617
  1. {
  2. "name": "tts",
  3. "id": "tts",
  4. "version": "1.0.1",
  5. "description": "调用原生tts",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "android": {
  9. "plugins": [{
  10. "type": "module",
  11. "name": "tts",
  12. "class": "com.example.tts_lib.Speech"
  13. }],
  14. "integrateType": "aar"
  15. }
  16. }
  17. }