UNPKG

@nx/cypress

Version:

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

64 lines 1.41 kB
{ "name": "@nx/cypress", "version": "22.1.3", "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.js", "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": "22.1.3", "@nx/eslint": "22.1.3", "@nx/js": "22.1.3", "@phenomnomnominal/tsquery": "~5.0.1", "detect-port": "^1.5.1", "semver": "^7.6.3", "tree-kill": "1.2.2", "tslib": "^2.3.0" }, "devDependencies": { "nx": "22.1.3" }, "peerDependencies": { "cypress": ">= 13 < 16" }, "peerDependenciesMeta": { "cypress": { "optional": true } }, "publishConfig": { "access": "public" }, "types": "./index.d.ts", "type": "commonjs" }