@sidequest/cli
Version:
@sidequest/cli is the command line interface for Sidequest, a distributed background job queue system.
44 lines • 1.04 kB
JSON
{
"name": "@sidequest/cli",
"version": "1.2.0",
"description": "@sidequest/cli is the command line interface for Sidequest, a distributed background job queue system.",
"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/cli"
},
"funding": "https://github.com/sponsors/sidequestjs",
"packageManager": "yarn@4.9.2",
"license": "LGPL-3.0-or-later",
"type": "module",
"bin": {
"sidequest": "./dist/cli.js",
"sq": "./dist/cli.js"
},
"scripts": {
"build": "npx rollup -c",
"dev": "npx rollup -c -w"
},
"files": [
"dist"
],
"dependencies": {
"@sidequest/backend": "1.2.0",
"commander": "^14.0.0",
"inquirer": "^12.7.0"
}
}