package.json 617 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "wbsph",
  3. "displayName": "微博视频号",
  4. "version": "1.0.6",
  5. "uuid": "cc3503c1-702b-4cf7-9e0b-be1bf1f200bf",
  6. "description": "没有描述",
  7. "icon": "assets/weibo.svg",
  8. "prefs": "assets/prefs.json",
  9. "main": "main.js",
  10. "license": "UNLICENSED",
  11. "author": {
  12. "name": "kdlong"
  13. },
  14. "engineStrick": true,
  15. "repository": {
  16. "type": "git",
  17. "url": ""
  18. },
  19. "updates": "",
  20. "contributes": {
  21. "search": null
  22. },
  23. "homepage": "",
  24. "engines": {
  25. "dora": ">=2.0.0"
  26. },
  27. "keywords": [
  28. "Dora.js"
  29. ],
  30. "dependencies": {
  31. "axios": "^0.24.0",
  32. "qs": "^6.10.3"
  33. }
  34. }