@nx/playwright
Version:
73 lines • 1.87 kB
JSON
{
"name": "@nx/playwright",
"version": "22.3.3",
"type": "commonjs",
"homepage": "https://nx.dev",
"private": false,
"publishConfig": {
"access": "public"
},
"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",
"Testing",
"Front-end"
],
"main": "./index.js",
"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": "22.3.3",
"@nx/eslint": "22.3.3",
"@nx/js": "22.3.3",
"tslib": "^2.3.0",
"minimatch": "9.0.3"
},
"devDependencies": {
"nx": "22.3.3"
},
"peerDependencies": {
"@playwright/test": "^1.36.0"
},
"peerDependenciesMeta": {
"@playwright/test": {
"optional": true
}
},
"executors": "./executors.json",
"generators": "./generators.json",
"exports": {
".": "./index.js",
"./package.json": "./package.json",
"./migrations.json": "./migrations.json",
"./generators.json": "./generators.json",
"./generators/*/schema.json": "./src/generators/*/schema.json",
"./generators/*/schema": "./src/generators/*/schema.d.ts",
"./executors.json": "./executors.json",
"./executors/*/schema.json": "./src/executors/*/schema.json",
"./executors/*/schema": "./src/executors/*/schema.d.ts",
"./plugin": "./plugin.js",
"./preset": "./src/utils/preset.js"
},
"nx-migrations": {
"migrations": "./migrations.json"
},
"types": "./index.d.ts"
}