playwright/packages/playwright-test/package.json

37 lines
932 B
JSON
Raw Normal View History

2021-10-11 17:52:17 +03:00
{
"name": "@playwright/test",
2022-04-08 04:16:22 +03:00
"version": "1.22.0-next",
2021-10-11 17:52:17 +03:00
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
"engines": {
"node": ">=14"
2021-10-11 17:52:17 +03:00
},
"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": "./lib/plugins/index.js",
"./lib/plugins/vitePlugin": "./lib/plugins/vitePlugin.js",
"./reporter": "./reporter.js"
2021-10-11 17:52:17 +03:00
},
"bin": {
"playwright": "./cli.js"
},
2021-10-11 17:52:17 +03:00
"author": {
"name": "Microsoft Corporation"
},
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.22.0-next"
}
2021-10-11 17:52:17 +03:00
}