{ "name": "@upstash/qstash-cli", "version": "2.37.18", "description": "Offical CLI tool for QStash", "main": "index.js", "scripts": { "prepublishOnly": "touch bin/qstash", "postinstall": "node install.js", "build": "tsc" }, "files": [ "bin", "install.js" ], "bin": { "@upstash/qstash-cli": "./bin/qstash", "qstash-cli": "./bin/qstash", "qstash": "./bin/qstash" }, "repository": { "type": "git", "url": "git@github.com:upstash/qstash-cli.git" }, "author": "", "license": "ISC", "devDependencies": { "@types/node": "^22.10.2", "@types/unzipper": "0.10.11" }, "dependencies": { "tar": "7.5.13", "unzipper": "0.12.3" } }
