@nx-plugins/testing-library
Version:
The Nx Plugin for Testing Library that contains executors and generators for allowing your workspace to use powerful Testing Library testing capabilities.
21 lines • 605 B
JSON
{
"name": "@nx-plugins/testing-library",
"version": "0.0.19",
"main": "src/index.js",
"description": "The Nx Plugin for Testing Library that contains executors and generators for allowing your workspace to use powerful Testing Library testing capabilities.",
"repository": {
"type": "git",
"url": "https://github.com/nx-plugins/lab.git",
"directory": "packages/testing-library"
},
"generators": "./generators.json",
"executors": "./executors.json",
"keywords": [
"Monorepos",
"Testing Library",
"React",
"Vue",
"Web"
],
"typings": "./src/index.d.ts"
}