59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@nrwl/cypress",
|
|
"version": "0.0.1",
|
|
"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"
|
|
],
|
|
"main": "./index.js",
|
|
"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",
|
|
"ng-update": {
|
|
"requirements": {},
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/webpack-preprocessor": "^5.9.1",
|
|
"@nrwl/devkit": "file:../devkit",
|
|
"@nrwl/linter": "file:../linter",
|
|
"@nrwl/workspace": "file:../workspace",
|
|
"chalk": "4.1.0",
|
|
"enhanced-resolve": "^5.8.3",
|
|
"fork-ts-checker-webpack-plugin": "6.2.10",
|
|
"rxjs": "^6.5.4",
|
|
"ts-loader": "^9.2.6",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tsconfig-paths-webpack-plugin": "3.5.2",
|
|
"tslib": "^2.3.0",
|
|
"webpack-node-externals": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"cypress": ">= 3 < 10"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"cypress": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|