UNPKG

@nx/cypress

Version:

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

110 lines 2.61 kB
{ "name": "@nx/cypress", "version": "23.1.0", "private": false, "type": "commonjs", "files": [ "dist", "!dist/tsconfig.tsbuildinfo", "migrations.json", "executors.json", "generators.json" ], "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": "./dist/index.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "plugin": [ "dist/plugin.d.ts" ], "plugins/cypress-preset": [ "dist/plugins/cypress-preset.d.ts" ], "internal": [ "dist/internal.d.ts" ] } }, "exports": { ".": { "@nx/nx-source": "./index.ts", "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json", "./migrations.json": "./migrations.json", "./generators.json": "./generators.json", "./executors.json": "./executors.json", "./plugin": { "@nx/nx-source": "./plugin.ts", "types": "./dist/plugin.d.ts", "default": "./dist/plugin.js" }, "./plugins/cypress-preset": { "@nx/nx-source": "./plugins/cypress-preset.ts", "types": "./dist/plugins/cypress-preset.d.ts", "default": "./dist/plugins/cypress-preset.js" }, "./internal": { "@nx/nx-source": "./internal.ts", "types": "./dist/internal.d.ts", "default": "./dist/internal.js" } }, "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", "supportsOptionalMigrations": true }, "dependencies": { "@phenomnomnominal/tsquery": "~6.2.0", "detect-port": "^2.1.0", "semver": "^7.6.3", "tree-kill": "^1.2.2", "tslib": "^2.3.0", "@nx/devkit": "23.1.0", "@nx/eslint": "23.1.0", "@nx/js": "23.1.0" }, "devDependencies": { "nx": "23.1.0" }, "peerDependencies": { "cypress": ">= 13 < 16" }, "peerDependenciesMeta": { "cypress": { "optional": true } }, "publishConfig": { "access": "public" } }