nest-commander-testing
Version:
A testing utility for nest-commander. It builds on top of ideas from @nestjs/testing and is not tied to any test framework directly.
35 lines • 1.08 kB
JSON
{
"name": "nest-commander-testing",
"version": "3.5.1",
"description": "A testing utility for nest-commander. It builds on top of ideas from @nestjs/testing and is not tied to any test framework directly.",
"repository": {
"type": "github",
"url": "https://github.com/jmcdo29/nest-commander.git",
"directory": "packages/nest-commander-testing"
},
"keywords": [
"cli",
"nestjs",
"application",
"command",
"command-line",
"nest",
"decorator",
"testing"
],
"author": "Jay McDoniel <jmcdo29@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmcdo29/nest-commander/issues"
},
"homepage": "https://nest-commander.jaymcdoniel.dev/docs/testing/installation",
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/testing": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"nest-commander": "^2.5.0 || ^3.0.0"
},
"types": "./src/index.d.ts",
"main": "./src/index.js",
"type": "commonjs"
}