44 lines
973 B
JSON
44 lines
973 B
JSON
{
|
|
"name": "@nx/playwright",
|
|
"version": "0.0.1",
|
|
"type": "commonjs",
|
|
"homepage": "https://nx.dev",
|
|
"private": true,
|
|
"description": "The Nx Plugin for Playwright contains executors and generators allowing your workspace to use the powerful Playwright integration testing capabilities.",
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Angular",
|
|
"React",
|
|
"Web",
|
|
"Node",
|
|
"Nest",
|
|
"Jest",
|
|
"Playwright",
|
|
"CLI"
|
|
],
|
|
"main": "./index",
|
|
"typings": "./index.d.ts",
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/playwright"
|
|
},
|
|
"dependencies": {
|
|
"@nx/devkit": "file:../devkit"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "^1.30.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@playwright/test": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"executors": "./executors.json"
|
|
}
|