nx/packages-legacy/cypress/package.json

42 lines
968 B
JSON

{
"name": "@nrwl/cypress",
"version": "0.0.1",
"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-legacy/cypress"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Cypress",
"CLI"
],
"main": "./index",
"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",
"dependencies": {
"@nx/cypress": "file:../../packages/cypress"
},
"publishConfig": {
"access": "public"
},
"nx-migrations": {
"migrations": "@nx/cypress/migrations.json"
}
}