tauri-plugin-background-service 0.7.1

Background service lifecycle plugin for Tauri v2 — run long-lived tasks on Android, iOS, and desktop
Documentation
{
  "name": "tauri-plugin-background-service",
  "version": "0.7.1",
  "description": "Manage long-lived background service lifecycle in Tauri v2 apps across Android, iOS, and desktop.",
  "license": "MIT OR Apache-2.0",
  "authors": [
    "Mohamed Dardouri <med@dardouri.com>"
  ],
  "type": "module",
  "types": "./dist-js/index.d.ts",
  "main": "./dist-js/index.cjs",
  "module": "./dist-js/index.js",
  "exports": {
    "types": "./dist-js/index.d.ts",
    "import": "./dist-js/index.js",
    "require": "./dist-js/index.cjs"
  },
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist-js",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "tauri",
    "tauri-plugin",
    "background",
    "service",
    "foreground-service",
    "android",
    "ios",
    "mobile",
    "lifecycle"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dardourimohamed/tauri-background-service.git"
  },
  "homepage": "https://github.com/dardourimohamed/tauri-background-service#readme",
  "bugs": {
    "url": "https://github.com/dardourimohamed/tauri-background-service/issues"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.0.0"
  },
  "devDependencies": {
    "typescript": "^6.0.2",
    "rollup": "^4.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "tslib": "^2.6.0"
  }
}