1 | {
|
2 | "name": "@nrwl/jest",
|
3 | "version": "15.8.9",
|
4 | "private": false,
|
5 | "description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/nrwl/nx.git",
|
9 | "directory": "packages/jest"
|
10 | },
|
11 | "keywords": [
|
12 | "Monorepo",
|
13 | "Angular",
|
14 | "React",
|
15 | "Web",
|
16 | "Node",
|
17 | "Nest",
|
18 | "Jest",
|
19 | "Unit Testing",
|
20 | "CLI"
|
21 | ],
|
22 | "main": "./index",
|
23 | "typings": "./index.d.ts",
|
24 | "author": "Victor Savkin",
|
25 | "license": "MIT",
|
26 | "bugs": {
|
27 | "url": "https://github.com/nrwl/nx/issues"
|
28 | },
|
29 | "homepage": "https://nx.dev",
|
30 | "schematics": "./generators.json",
|
31 | "builders": "./executors.json",
|
32 | "ng-update": {
|
33 | "requirements": {},
|
34 | "migrations": "./migrations.json"
|
35 | },
|
36 | "dependencies": {
|
37 | "@jest/reporters": "28.1.1",
|
38 | "@jest/test-result": "28.1.1",
|
39 | "@nrwl/devkit": "15.8.9",
|
40 | "@nrwl/js": "15.8.9",
|
41 | "@phenomnomnominal/tsquery": "4.1.1",
|
42 | "chalk": "^4.1.0",
|
43 | "dotenv": "~10.0.0",
|
44 | "identity-obj-proxy": "3.0.0",
|
45 | "jest-config": "28.1.1",
|
46 | "jest-resolve": "28.1.1",
|
47 | "jest-util": "28.1.1",
|
48 | "resolve.exports": "1.1.0",
|
49 | "tslib": "^2.3.0"
|
50 | },
|
51 | "publishConfig": {
|
52 | "access": "public"
|
53 | },
|
54 | "types": "./index.d.ts",
|
55 | "gitHead": "1f18330a56271ed01518ef02e2b4b9ac64dfb76b"
|
56 | }
|