UNPKG

@nrwl/cypress

Version:

The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.

43 lines 996 B
{ "name": "@nrwl/cypress", "version": "19.8.4", "private": false, "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.", "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages-legacy/cypress" }, "keywords": [ "Monorepo", "Angular", "React", "Web", "Node", "Nest", "Jest", "Cypress", "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/cypress": "19.8.4" }, "publishConfig": { "access": "public" }, "nx-migrations": { "migrations": "@nx/cypress/migrations.json" }, "type": "commonjs", "types": "./index.d.ts" }