nx/packages/cypress/package.json
2021-01-18 21:46:17 -05:00

54 lines
1.2 KiB
JSON

{
"name": "@nrwl/cypress",
"version": "0.0.1",
"description": "Cypress plugin for Nx",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Cypress",
"CLI"
],
"main": "index.js",
"types": "index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"schematics": "./collection.json",
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"peerDependencies": {
"cypress": ">= 3 < 7"
},
"dependencies": {
"@nrwl/devkit": "*",
"@angular-devkit/architect": "~0.1100.1",
"@angular-devkit/core": "~11.0.1",
"@angular-devkit/schematics": "~11.0.1",
"@cypress/webpack-preprocessor": "~4.1.2",
"tree-kill": "1.2.2",
"ts-loader": "5.4.5",
"tsconfig-paths-webpack-plugin": "3.2.0",
"webpack-node-externals": "1.7.2",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"fs-extra": "7.0.1",
"rxjs": "^6.5.4",
"tslib": "^2.0.0",
"yargs-parser": "20.0.0"
}
}