@golevelup/nestjs-discovery
Version:
A Badass NestJS module for querying your app's controllers, providers and handlers
46 lines • 1.17 kB
JSON
{
"name": "@golevelup/nestjs-discovery",
"version": "7.0.0",
"description": "A Badass NestJS module for querying your app's controllers, providers and handlers",
"keywords": [
"NestJS",
"discovery",
"modules"
],
"author": "Jesse Carter <jesse.r.carter@gmail.com>",
"homepage": "https://github.com/golevelup/nestjs/blob/master/packages/discovery/README.md",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/golevelup/nestjs.git"
},
"dependencies": {
"lodash": "^4.17.23"
},
"peerDependencies": {
"@nestjs/common": "^11.1.17",
"@nestjs/core": "^11.1.17"
},
"bugs": {
"url": "https://github.com/golevelup/nestjs/issues"
},
"scripts": {
"copy-readme": "cp ../../docs/discovery.md ./README.md",
"build": "tsc --build tsconfig.build.json",
"build:watch": "tsc --build tsconfig.build.json --watch",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
}
}