UNPKG

1.4 kBJSONView Raw
1{
2 "name": "@nestjs/bull",
3 "version": "0.5.3",
4 "description": "Nest - modern, fast, powerful node.js web framework (@bull)",
5 "homepage": "https://github.com/nestjs/bull",
6 "bugs": {
7 "url": "https://github.com/nestjs/bull/issues"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/nestjs/bull.git"
12 },
13 "license": "MIT",
14 "contributors": [
15 "Frederic Woelffel <hello@fwoelffel.me>",
16 "Kamil Mysliwiec <mail@kamilmysliwiec.com>"
17 ],
18 "main": "dist/index.js",
19 "types": "dist/index.d.ts",
20 "scripts": {
21 "test": "jest --detectOpenHandles",
22 "test:e2e": "jest --config=e2e/jest-e2e.config.ts --detectOpenHandles --runInBand"
23 },
24 "dependencies": {
25 "@nestjs/bull-shared": "^0.0.3",
26 "tslib": "2.3.1"
27 },
28 "devDependencies": {
29 "@nestjs/common": "8.3.0",
30 "@nestjs/core": "8.3.0",
31 "@nestjs/platform-express": "8.3.0",
32 "@nestjs/testing": "8.3.0",
33 "@types/bull": "3.15.8",
34 "@types/jest": "27.4.1",
35 "@types/node": "16.11.25",
36 "@types/reflect-metadata": "0.1.0",
37 "bull": "4.5.5",
38 "reflect-metadata": "0.1.13",
39 "rxjs": "7.5.5"
40 },
41 "peerDependencies": {
42 "@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0",
43 "@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0",
44 "bull": "^3.3 || ^4.0.0"
45 },
46 "publishConfig": {
47 "access": "public"
48 },
49 "gitHead": "b00b926e11df67774914af3c3dbb7d1941f691b8"
50}