You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

64 lines
1.4 KiB

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