UNPKG

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