{ "name": "@playwright/test", "version": "1.22.0-next", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev", "engines": { "node": ">=14" }, "main": "index.js", "exports": { ".": { "import": "./index.mjs", "require": "./index.js" }, "./cli": "./cli.js", "./package.json": "./package.json", "./lib/ci": "./lib/ci.js", "./lib/cli": "./lib/cli.js", "./lib/experimentalLoader": "./lib/experimentalLoader.js", "./lib/mount": "./lib/mount.js", "./lib/plugins/vitePlugin": "./lib/plugins/vitePlugin.js", "./reporter": "./reporter.js" }, "bin": { "playwright": "./cli.js" }, "author": { "name": "Microsoft Corporation" }, "license": "Apache-2.0", "dependencies": { "playwright-core": "1.22.0-next" } }