{
  "name": "@sigx/lynx-background",
  "version": "0.21.0",
  "description": "Background tasks (BGTaskScheduler / WorkManager) for periodic sync and fetch in sigx-lynx",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./signalx-module.json": "./signalx-module.json"
  },
  "files": [
    "dist",
    "ios",
    "android",
    "signalx-module.json"
  ],
  "dependencies": {
    "@sigx/lynx-core": "^0.21.0"
  },
  "devDependencies": {
    "@typescript/native-preview": "7.0.0-dev.20260521.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7"
  },
  "author": "Andreas Ekdahl",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/signalxjs/lynx.git",
    "directory": "packages/lynx-background"
  },
  "homepage": "https://sigx.dev/lynx/modules/background/overview/",
  "bugs": {
    "url": "https://github.com/signalxjs/lynx/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "signalx",
    "sigx",
    "lynx",
    "mobile",
    "ios",
    "android",
    "background",
    "background-fetch",
    "bgtaskscheduler",
    "workmanager"
  ],
  "scripts": {
    "build": "node ../../scripts/clean.mjs dist && tsgo",
    "dev": "tsgo --watch",
    "test": "vitest run",
    "clean": "node ../../scripts/clean.mjs dist .turbo"
  }
}