package.json 368 B

1234567891011121314151617181920212223
  1. {
  2. "name": "js-uhf",
  3. "id": "js-uhf",
  4. "version": "1.0.0",
  5. "description": "pda手持机uhf",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "js-uhf",
  13. "class": "com.jiesheng.uhf.Rfid"
  14. }
  15. ],
  16. "abis": [
  17. "armeabi",
  18. "arm64-v8a"
  19. ],
  20. "integrateType": "aar"
  21. }
  22. }
  23. }