UNPKG

1.38 kBJSONView Raw
1{
2 "name": "@nestjs/bull",
3 "version": "0.5.2",
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.2"
26 },
27 "devDependencies": {
28 "@nestjs/common": "8.3.0",
29 "@nestjs/core": "8.3.0",
30 "@nestjs/platform-express": "8.3.0",
31 "@nestjs/testing": "8.3.0",
32 "@types/bull": "3.15.8",
33 "@types/jest": "27.4.1",
34 "@types/node": "16.11.25",
35 "@types/reflect-metadata": "0.1.0",
36 "bull": "4.5.5",
37 "reflect-metadata": "0.1.13",
38 "rxjs": "7.5.4"
39 },
40 "peerDependencies": {
41 "@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0",
42 "@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0",
43 "bull": "^3.3 || ^4.0.0"
44 },
45 "publishConfig": {
46 "access": "public"
47 },
48 "gitHead": "6da4f587d86bc9de87059ccdf508e374099280c0"
49}