UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@anchan828/nest-bull",
3 "version": "0.4.6",
4 "description": "The [Bull](https://github.com/OptimalBits/bull) module for [Nest](https://github.com/nestjs/nest).",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "prepublishOnly": "rm -rf dist && npm run build && rm -f dist/*.tsbuildinfo && npm run copy:license",
9 "copy:license": "cp ../../LICENSE ./",
10 "build": "node ../../node_modules/typescript/bin/tsc -p tsconfig.build.json",
11 "lint": "node ../../node_modules/eslint/bin/eslint --ignore-path ../../.eslintignore '**/*.ts'",
12 "lint:fix": "npm run lint -- --fix",
13 "watch": "node ../../node_modules/typescript/bin/tsc --watch",
14 "test": "node ../../node_modules/jest/bin/jest --coverage --runInBand --detectOpenHandles --forceExit --logHeapUsage",
15 "test:debug": "node --inspect-brk ../../node_modules/jest/bin/jest --runInBand ---detectOpenHandles --logHeapUsage",
16 "test:watch": "npm run test -- --watch"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/anchan828/nest-bull.git"
21 },
22 "author": "anchan828 <anchan828@gmail.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/anchan828/nest-bull/issues"
26 },
27 "homepage": "https://github.com/anchan828/nest-bull/tree/master/packages/bull#readme",
28 "dependencies": {
29 "deepmerge": "4.2.2",
30 "fast-glob": "3.2.4"
31 },
32 "devDependencies": {
33 "@types/bull": "3.14.2",
34 "bull": "3.18.0"
35 },
36 "gitHead": "4d7636ff1861a8d0d52644ea4475b8462b3e8763"
37}