{
  "name": "silent-cronx",
  "version": "1.2.0",
  "description": "A fully customized, dependency-free runtime, TypeScript-first background job, queue, worker, cron, progress, and React/React Native compatible SDK for Node.js.",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "homepage": "https://bsgtechnologies.com",
  "bugs": {
    "url": "https://bsgtechnologies.com"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsup src/index.ts src/workers/workerRunner.ts --format esm,cjs --dts --sourcemap --clean",
    "pack:dry": "npm pack --dry-run"
  },
  "keywords": [
    "cron",
    "scheduler",
    "background-jobs",
    "worker-threads",
    "queue",
    "typescript",
    "nodejs",
    "jobs",
    "retry",
    "silent-cronx",
    "bsg-technologies",
    "pradeep-kumar-sheoran",
    "react-compatible",
    "react-native-compatible",
    "reactjs",
    "react-native",
    "frontend-backend-jobs",
    "mobile-job-queue",
    "api-job-trigger",
    "job-progress",
    "react-hooks",
    "native-fetch-client",
    "server-sent-events",
    "offline-mobile-queue",
    "android-backend",
    "dependency-free-runtime",
    "custom-sdk",
    "typescript-sdk",
    "job-runner",
    "job-scheduler",
    "distributed-locks",
    "task-queue",
    "node-cron"
  ],
  "author": "Pradeep Kumar Sheoran (Developer), BSG Technologies",
  "funding": {
    "type": "upi",
    "url": "upi://pay?pa=8595147850@upi&pn=Pradeep%20Kumar%20Sheoran"
  },
  "license": "MIT",
  "files": [
    "dist",
    "README.md",
    "FEATURES.md",
    "DONATION.md",
    "COPYRIGHT.md",
    "CHANGELOG.md",
    "LICENSE",
    "docs",
    "examples"
  ],
  "devDependencies": {
    "@types/node": "^20.11.30",
    "tsup": "^8.0.2",
    "typescript": "^5.4.0"
  }
}
