UNPKG

@sidequest/backend-test

Version:

@sidequest/backend-test is a test suite for backend implementations of Sidequest, a Node.js library for managing background jobs and distributed queues.

48 lines 1.26 kB
{ "name": "@sidequest/backend-test", "version": "1.13.1", "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.13.1", "@sidequest/core": "1.13.1", "vitest": "^3.2.4" } }