{ "name": "@trigger.dev/nestjs", "version": "2.3.15", "description": "Official NestJS adapter for Trigger.dev", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "devDependencies": { "@trigger.dev/sdk": "workspace:^2.3.15", "@trigger.dev/tsconfig": "workspace:*", "@types/debug": "^4.1.7", "@types/express": "^4.17.13", "fastify": "^4.23.2", "rimraf": "^3.0.2", "tsup": "8.0.1", "tsx": "^3.12.1", "@trigger.dev/tsup": "workspace:*", "typescript": "^5.3.0" }, "scripts": { "clean": "rimraf dist", "build": "npm run clean && npm run build:tsup", "build:tsup": "tsup" }, "peerDependencies": { "@nestjs/common": ">=10.0.0", "@trigger.dev/sdk": "workspace:^2.3.15" }, "dependencies": { "@nestjs/common": "^10.2.4", "@remix-run/web-fetch": "^4.3.5", "debug": "^4.3.4" }, "engines": { "node": ">=18.0.0" }, "module": "./dist/index.mjs" }