@nestjs/testing
Version:
Nest - modern, fast, powerful node.js web framework (@testing)
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "@nestjs/testing",
"version": "12.0.1",
"description": "Nest - modern, fast, powerful node.js web framework (@testing)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"type": "module",
"main": "./index.js",
"exports": {
".": "./index.js",
"./*.js": "./*.js",
"./*": "./*.js"
},
"homepage": "https://nestjs.com",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/nest.git",
"directory": "packages/testing"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"tslib": "2.8.1"
},
"peerDependencies": {
"@nestjs/common": "^12.0.0",
"@nestjs/core": "^12.0.0",
"@nestjs/microservices": "^12.0.0",
"@nestjs/platform-express": "^12.0.0"
},
"peerDependenciesMeta": {
"@nestjs/microservices": {
"optional": true
},
"@nestjs/platform-express": {
"optional": true
}
},
"gitHead": "4c751c503bc753095f4b4f052e106f95218cc33f"
}