@nrwl/jest
Version:
57 lines (56 loc) • 1.38 kB
JSON
{
"name": "@nrwl/jest",
"version": "15.8.9",
"private": false,
"description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/jest"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Unit Testing",
"CLI"
],
"main": "./index",
"typings": "./index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"schematics": "./generators.json",
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"dependencies": {
"@jest/reporters": "28.1.1",
"@jest/test-result": "28.1.1",
"@nrwl/devkit": "15.8.9",
"@nrwl/js": "15.8.9",
"@phenomnomnominal/tsquery": "4.1.1",
"chalk": "^4.1.0",
"dotenv": "~10.0.0",
"identity-obj-proxy": "3.0.0",
"jest-config": "28.1.1",
"jest-resolve": "28.1.1",
"jest-util": "28.1.1",
"resolve.exports": "1.1.0",
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"types": "./index.d.ts",
"gitHead": "1f18330a56271ed01518ef02e2b4b9ac64dfb76b"
}