UNPKG

@nx/cypress

Version:

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

61 lines 1.36 kB
{ "name": "@nx/cypress", "version": "21.3.11", "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/cypress" }, "keywords": [ "Monorepo", "Angular", "React", "Web", "Node", "Nest", "Jest", "Cypress", "CLI", "Front-end", "Testing" ], "main": "./index", "typings": "./index.d.ts", "author": "Victor Savkin", "license": "MIT", "bugs": { "url": "https://github.com/nrwl/nx/issues" }, "homepage": "https://nx.dev", "generators": "./generators.json", "executors": "./executors.json", "ng-update": { "requirements": {}, "migrations": "./migrations.json" }, "dependencies": { "@nx/devkit": "21.3.11", "@nx/eslint": "21.3.11", "@nx/js": "21.3.11", "@phenomnomnominal/tsquery": "~5.0.1", "detect-port": "^1.5.1", "semver": "^7.6.3", "tree-kill": "1.2.2", "tslib": "^2.3.0" }, "peerDependencies": { "cypress": ">= 3 < 15" }, "peerDependenciesMeta": { "cypress": { "optional": true } }, "publishConfig": { "access": "public" }, "types": "./index.d.ts", "type": "commonjs" }