UNPKG

@sidequest/engine

Version:

@sidequest/engine is the core engine of SideQuest, a distributed background job processing system for Node.js and TypeScript.

53 lines 1.32 kB
{ "name": "@sidequest/engine", "version": "1.2.0", "description": "@sidequest/engine is the core engine of SideQuest, a distributed background job processing system for Node.js and TypeScript.", "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/engine" }, "funding": "https://github.com/sponsors/sidequestjs", "packageManager": "yarn@4.9.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "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", "test:ci": "npx vitest run" }, "license": "LGPL-3.0-or-later", "dependencies": { "@sidequest/backend": "1.2.0", "@sidequest/core": "1.2.0", "node-cron": "^4.1.1", "piscina": "^5.1.2" }, "peerDependencies": { "sidequest": "1.2.0" } }