UNPKG

595 BJSONView Raw
1{
2 "name": "@nestjs/testing",
3 "version": "6.10.14",
4 "description": "Nest - modern, fast, powerful node.js web framework (@testing)",
5 "author": "Kamil Mysliwiec",
6 "license": "MIT",
7 "homepage": "https://nestjs.com",
8 "funding": {
9 "type": "opencollective",
10 "url": "https://opencollective.com/nest"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/nestjs/nest"
15 },
16 "publishConfig": {
17 "access": "public"
18 },
19 "dependencies": {
20 "optional": "0.1.4"
21 },
22 "peerDependencies": {
23 "@nestjs/common": "^6.0.0",
24 "@nestjs/core": "^6.0.0"
25 }
26}