2021-10-11 17:52:17 +03:00
|
|
|
{
|
|
|
|
"name": "@playwright/test",
|
2022-01-12 22:50:44 +03:00
|
|
|
"version": "1.19.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": ">=12"
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./index.mjs",
|
|
|
|
"require": "./index.js"
|
|
|
|
},
|
2021-10-27 01:41:18 +03:00
|
|
|
"./cli": "./cli.js",
|
|
|
|
"./package.json": "./package.json",
|
|
|
|
"./lib/cli": "./lib/cli.js",
|
2021-11-25 01:17:01 +03:00
|
|
|
"./lib/experimentalLoader": "./lib/experimentalLoader.js",
|
2021-10-27 01:41:18 +03:00
|
|
|
"./reporter": "./reporter.js"
|
2021-10-11 17:52:17 +03:00
|
|
|
},
|
2021-10-19 21:49:47 +03:00
|
|
|
"bin": {
|
|
|
|
"playwright": "./cli.js"
|
|
|
|
},
|
2021-10-11 17:52:17 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
2022-02-02 13:14:41 +03:00
|
|
|
"@babel/code-frame": "7.16.7",
|
|
|
|
"@babel/core": "7.16.12",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-private-methods": "7.16.11",
|
|
|
|
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
|
|
|
|
"@babel/plugin-syntax-async-generators": "7.8.4",
|
|
|
|
"@babel/plugin-syntax-json-strings": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "7.8.3",
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "7.16.8",
|
|
|
|
"@babel/plugin-transform-react-jsx": "7.16.7",
|
|
|
|
"@babel/preset-typescript": "7.16.7",
|
|
|
|
"babel-plugin-module-resolver": "4.1.0",
|
2022-01-10 03:18:21 +03:00
|
|
|
"colors": "1.4.0",
|
2022-02-02 13:14:41 +03:00
|
|
|
"commander": "8.3.0",
|
|
|
|
"debug": "4.3.3",
|
|
|
|
"expect": "27.2.5",
|
|
|
|
"jest-matcher-utils": "27.2.5",
|
|
|
|
"jpeg-js": "0.4.3",
|
|
|
|
"json5": "2.2.0",
|
|
|
|
"mime": "3.0.0",
|
|
|
|
"minimatch": "3.0.4",
|
|
|
|
"ms": "2.1.3",
|
|
|
|
"open": "8.4.0",
|
|
|
|
"pirates": "4.0.4",
|
|
|
|
"pixelmatch": "5.2.1",
|
|
|
|
"playwright-core": "1.19.0-next",
|
|
|
|
"pngjs": "6.0.0",
|
|
|
|
"rimraf": "3.0.2",
|
2022-02-09 01:50:20 +03:00
|
|
|
"source-map-support": "0.4.18",
|
2022-02-02 13:14:41 +03:00
|
|
|
"stack-utils": "2.0.5",
|
|
|
|
"yazl": "2.5.1"
|
2021-10-11 17:52:17 +03:00
|
|
|
}
|
|
|
|
}
|