mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
836 B
33 lines
836 B
{
|
|
"name": "@nestjs/bull-shared",
|
|
"version": "11.0.4",
|
|
"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": "11.1.6",
|
|
"@nestjs/core": "11.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
|
"@nestjs/core": "^10.0.0 || ^11.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "8489b83d9bfb5c808cdf691dc75bb5253d40d022"
|
|
}
|
|
|