{
  "name": "@cedarjs/jobs",
  "version": "6.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/jobs"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "cedar-jobs": "./dist/bins/cedar-jobs.js",
    "cedar-jobs-worker": "./dist/bins/cedar-jobs-worker.js",
    "rw-jobs-worker": "./dist/bins/rw-jobs-worker.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./build.mts",
    "build:pack": "yarn pack -o cedarjs-jobs.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
    "check:attw": "yarn cedar-fwtools-attw",
    "check:package": "concurrently npm:check:attw yarn:publint",
    "prepublishOnly": "NODE_ENV=production yarn build",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@cedarjs/cli-helpers": "6.0.0",
    "@cedarjs/project-config": "6.0.0",
    "cron-parser": "5.10.0",
    "type-fest": "5.8.0"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "6.0.0",
    "@prisma/client": "7.8.0",
    "concurrently": "9.2.4",
    "publint": "0.3.23",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  }
}
