UNPKG

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