{
  "version": "2026.8.2-4a46fcd5",
  "name": "cresc-server",
  "description": "",
  "main": "lib/index.js",
  "bin": {
    "cresc-server": "lib/index.js",
    "cresc-worker": "lib/worker.js",
    "cresc-task-executor": "lib/taskExecutorMain.js",
    "cresc-fc-worker": "lib/fcWorker.js",
    "cresc-dailyjob": "lib/dailyjob.js",
    "cresc-systemd-install": "deploy/systemd/bootstrap-host.sh",
    "cresc-systemd": "deploy/systemd/service-cli.sh"
  },
  "files": [
    "lib",
    "deploy",
    "scripts/migrate-add-platform-task-retry.ts"
  ],
  "scripts": {
    "postpublish": "[ ! -f .package.json.publish-backup ] || mv -f .package.json.publish-backup package.json"
  }
}