@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.25 kB
JSON
{
"name": "@sidequest/backend-test",
"version": "1.3.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.3.0",
"@sidequest/core": "1.3.0",
"vitest": "^3.2.4"
}
}