{
  "name": "@sidequest/backend-test",
  "version": "1.16.0",
  "description": "@sidequest/backend-test is a test suite for backend implementations of Sidequest, a Node.js library for managing background jobs and distributed queues.",
  "keywords": [
    "nodejs",
    "javascript",
    "typescript",
    "queue",
    "concurrency",
    "background-jobs",
    "distributed",
    "background"
  ],
  "homepage": "https://sidequestjs.com/",
  "bugs": {
    "url": "https://github.com/sidequestjs/sidequest/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sidequestjs/sidequest.git",
    "directory": "packages/backends/backend-test"
  },
  "funding": "https://github.com/sponsors/sidequestjs",
  "packageManager": "yarn@4.9.2",
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npx rollup -c",
    "dev": "npx rollup -c -w"
  },
  "license": "LGPL-3.0-or-later",
  "dependencies": {
    "@sidequest/backend": "1.16.0",
    "@sidequest/core": "1.16.0",
    "vitest": "^4.0.18"
  }
}