detection-business/nativeplugins/KeepAliveService/package.json
2025-08-08 14:27:37 +08:00

24 lines
512 B
JSON

{
"name": "KeepAliveService",
"id": "KeepAliveService",
"version": "1.0.0",
"description": "UniApp Android 后台保活前台服务插件",
"keywords": [
"uniapp",
"plugin",
"android",
"keep-alive",
"foreground-service"
],
"platforms": ["android"],
"main": "io.dcloud.plugin.keepalive.KeepAliveService",
"author": {
"name": "你的名字",
"email": "your-email@example.com"
},
"repository": {
"type": "git",
"url": "https://your.repo.url/KeepAliveService.git"
},
"license": "MIT"
}