Skip to main content
Go to Latest
File
{ "name": "@upstash/qstash", "version": "2.1.2-canary.1", "description": "Official Typescript client for QStash", "repository": { "type": "git", "url": "git+https://github.com/upstash/sdk-qstash-ts.git" }, "module": "./dist/index.js", "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "qstash", "queue", "events", "serverless", "upstash" ], "author": "Andreas Thomas <dev@chronark.com>", "license": "MIT", "bugs": { "url": "https://github.com/upstash/sdk-qstash-ts/issues" }, "homepage": "https://github.com/upstash/sdk-qstash-ts#readme", "files": [ "dist" ], "scripts": { "build": "tsup", "fmt": "pnpm rome check . --apply-unsafe && pnpm rome format . --write" }, "devDependencies": { "@biomejs/biome": "^1.3.3", "@types/crypto-js": "^4.2.0", "@types/node": "^20.5.7", "next": "^14.0.2", "tsup": "^7.2.0", "typescript": "^5.2.2" }, "dependencies": { "crypto-js": ">=4.2.0", "jose": "^ 5.2.3" }, "typesVersions": { "*": { ".": [ "./dist/index.d.ts" ], "nextjs": [ "./dist/nextjs.d.ts" ] } }}