1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "wbsph",
- "displayName": "微博视频号",
- "version": "1.0.6",
- "uuid": "cc3503c1-702b-4cf7-9e0b-be1bf1f200bf",
- "description": "没有描述",
- "icon": "assets/weibo.svg",
- "prefs": "assets/prefs.json",
- "main": "main.js",
- "license": "UNLICENSED",
- "author": {
- "name": "kdlong"
- },
- "engineStrick": true,
- "repository": {
- "type": "git",
- "url": ""
- },
- "updates": "",
- "contributes": {
- "search": null
- },
- "homepage": "",
- "engines": {
- "dora": ">=2.0.0"
- },
- "keywords": [
- "Dora.js"
- ],
- "dependencies": {
- "axios": "^0.24.0",
- "qs": "^6.10.3"
- }
- }
|