UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@nrwl/jest",
3 "version": "16.3.2",
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-legacy/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 "dependencies": {
33 "@nx/jest": "16.3.2"
34 },
35 "publishConfig": {
36 "access": "public"
37 },
38 "nx-migrations": {
39 "migrations": "@nx/jest/migrations.json"
40 },
41 "types": "./index.d.ts",
42 "gitHead": "097c1ca05f2fd825a6d7c70659350acd8455e144"
43}