@nrwl/jest
Version:
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "@nrwl/jest",
"version": "16.3.2",
"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-legacy/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",
"dependencies": {
"@nx/jest": "16.3.2"
},
"publishConfig": {
"access": "public"
},
"nx-migrations": {
"migrations": "@nx/jest/migrations.json"
},
"types": "./index.d.ts",
"gitHead": "097c1ca05f2fd825a6d7c70659350acd8455e144"
}