@dudousxd/nestjs-durable
Version:
Durable workflows for NestJS — module, decorators, discovery and boot recovery
93 lines • 2.55 kB
JSON
{
"name": "@dudousxd/nestjs-durable",
"version": "0.44.0",
"description": "Durable workflows for NestJS — module, decorators, discovery and boot recovery",
"license": "MIT",
"author": "Davide Carvalho",
"repository": {
"type": "git",
"url": "https://github.com/DavideCarvalho/nestjs-durable.git",
"directory": "packages/nestjs"
},
"homepage": "https://davidecarvalho.github.io/aviary/docs/durable",
"bugs": {
"url": "https://github.com/DavideCarvalho/nestjs-durable/issues"
},
"keywords": [
"tanstack-intent"
],
"type": "module",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"skills"
],
"peerDependencies": {
"@dudousxd/durable-worker": ">=0.1.0 <1.0.0",
"@dudousxd/nestjs-context": ">=0.1.0 <1.0.0",
"@dudousxd/nestjs-durable-core": ">=0.1.0 <1.0.0",
"@nestjs/common": "^10.0.0 || ^11.0.0 || ^12.0.0",
"@nestjs/core": "^10.0.0 || ^11.0.0 || ^12.0.0",
"class-transformer": "^0.5.0",
"class-validator": "^0.14.0",
"reflect-metadata": "^0.2.0",
"zod": "^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"@dudousxd/durable-worker": {
"optional": true
},
"@dudousxd/nestjs-context": {
"optional": true
},
"class-transformer": {
"optional": true
},
"class-validator": {
"optional": true
},
"zod": {
"optional": true
}
},
"devDependencies": {
"@testcontainers/redis": "10.18.0",
"@nestjs/common": "12.0.1",
"@nestjs/core": "12.0.1",
"@nestjs/event-emitter": "12.0.0",
"@nestjs/testing": "12.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.2",
"eventemitter2": "6.4.9",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"typescript": "5.9.3",
"zod": "3.25.76",
"tsup": "8.3.5",
"@dudousxd/nestjs-diagnostics": "0.5.0",
"@tanstack/intent": "0.4.0",
"@dudousxd/durable-worker": "0.10.0",
"@dudousxd/nestjs-durable-transport-event-emitter": "^0.5.1",
"@dudousxd/nestjs-durable-core": "^0.71.0",
"@dudousxd/nestjs-durable-dashboard": "0.47.0",
"@dudousxd/nestjs-durable-transport-bullmq": "0.21.0"
},
"module": "./dist/index.js",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"scripts": {
"build": "tsup",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}