UNPKG

nest-inngest

Version:

Strongly typed Inngest module for Nest.js 💪😾

40 lines • 919 B
{ "name": "nest-inngest", "version": "1.3.2", "description": "Strongly typed Inngest module for Nest.js 💪😾", "keywords": [ "nest", "nestjs", "inngest", "event driven", "background jobs" ], "repository": "https://github.com/thawankeane/nest-inngest", "license": "MIT", "author": "Thawan Keane <thawankeane@gmail.com>", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@golevelup/nestjs-discovery": "^4.0.0" }, "devDependencies": { "@nestjs/common": "^10.2.8", "@nestjs/core": "^10.2.8", "@swc/core": "^1.3.96", "@trivago/prettier-plugin-sort-imports": "^4.2.1", "inngest": "^3.4.2", "prettier": "^3.0.3", "tsup": "^7.2.0" }, "peerDependencies": { "@nestjs/common": "^10.2.8", "@nestjs/core": "^10.2.8", "inngest": "^3.4.2" }, "scripts": { "build": "tsup" } }