@golevelup/nestjs-discovery
Version:
A Badass NestJS module for querying your app's controllers, providers and handlers
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "@golevelup/nestjs-discovery",
"version": "2.2.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/WonderPanda/nestjs-plus#readme",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WonderPanda/nestjs-plus.git"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
"build:watch": "tsc --build tsconfig.build.json --watch",
"test": "jest"
},
"bugs": {
"url": "https://github.com/WonderPanda/nestjs-plus/issues"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"gitHead": "f6eba82698bb356bb8a4c3cdddd070d7868a38fb"
}