33 lines
856 B
JSON
33 lines
856 B
JSON
{
|
|
"name": "@nestjs/bull-shared",
|
|
"version": "10.2.3",
|
|
"description": "Nest - modern, fast, powerful node.js web framework (@bull-shared)",
|
|
"homepage": "https://github.com/nestjs/bull",
|
|
"bugs": {
|
|
"url": "https://github.com/nestjs/bull/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nestjs/bull.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Kamil Mysliwiec",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"tslib": "2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/common": "10.4.11",
|
|
"@nestjs/core": "10.4.11"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
|
|
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8eda655e970da92045e147ff175c1eaf3c383858"
|
|
}
|