37 lines
828 B
JSON
37 lines
828 B
JSON
{
|
|
"name": "@nestjs/testing",
|
|
"version": "9.4.0",
|
|
"description": "Nest - modern, fast, powerful node.js web framework (@testing)",
|
|
"author": "Kamil Mysliwiec",
|
|
"license": "MIT",
|
|
"homepage": "https://nestjs.com",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nestjs/nest"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "2.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^9.0.0",
|
|
"@nestjs/core": "^9.0.0",
|
|
"@nestjs/microservices": "^9.0.0",
|
|
"@nestjs/platform-express": "^9.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@nestjs/microservices": {
|
|
"optional": true
|
|
},
|
|
"@nestjs/platform-express": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|