2019-11-19 03:18:28 +01:00
|
|
|
{
|
2020-05-21 22:18:15 +02:00
|
|
|
"name": "playwright-internal",
|
|
|
|
|
"private": true,
|
2021-05-06 01:58:40 +02:00
|
|
|
"version": "1.12.0-next",
|
2020-01-07 20:51:22 +01:00
|
|
|
"description": "A high-level API to automate web browsers",
|
2019-11-19 03:18:28 +01:00
|
|
|
"repository": "github:Microsoft/playwright",
|
2020-05-07 21:31:59 +02:00
|
|
|
"homepage": "https://playwright.dev",
|
2019-11-19 03:18:28 +01:00
|
|
|
"engines": {
|
2021-04-30 16:49:10 +02:00
|
|
|
"node": ">=12"
|
2019-11-19 03:18:28 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-05-08 00:25:55 +02:00
|
|
|
"ctest": "folio --config=tests/config/default.config.ts --project=chromium",
|
|
|
|
|
"ftest": "folio --config=tests/config/default.config.ts --project=firefox",
|
|
|
|
|
"wtest": "folio --config=tests/config/default.config.ts --project=webkit",
|
2021-04-09 16:59:09 +02:00
|
|
|
"atest": "folio --config=tests/config/android.config.ts",
|
|
|
|
|
"etest": "folio --config=tests/config/electron.config.ts",
|
2021-04-05 22:23:49 +02:00
|
|
|
"test": "folio --config=tests/config/default.config.ts",
|
2020-08-26 23:14:23 +02:00
|
|
|
"eslint": "[ \"$CI\" = true ] && eslint --quiet -f codeframe --ext js,ts . || eslint --ext js,ts .",
|
2019-11-19 03:18:28 +01:00
|
|
|
"tsc": "tsc -p .",
|
2020-07-02 00:22:29 +02:00
|
|
|
"tsc-installer": "tsc -p ./src/install/tsconfig.json",
|
2020-03-08 02:09:38 +01:00
|
|
|
"doc": "node utils/doclint/cli.js",
|
2021-04-05 22:23:49 +02:00
|
|
|
"lint": "npm run eslint && npm run tsc && npm run doc && npm run check-deps && node utils/generate_channels.js && node utils/generate_types/ --check-clean && npm run test-types",
|
2020-12-29 01:19:28 +01:00
|
|
|
"clean": "rimraf lib",
|
2020-03-08 02:09:38 +01:00
|
|
|
"prepare": "node install-from-github.js",
|
2021-01-06 21:41:17 +01:00
|
|
|
"build": "node utils/build/build.js",
|
|
|
|
|
"watch": "node utils/build/build.js --watch",
|
2021-04-05 22:23:49 +02:00
|
|
|
"test-types": "node utils/generate_types/ && npx -p typescript@3.7.5 tsc -p utils/generate_types/test/tsconfig.json && tsc -p ./tests/",
|
2021-04-23 18:23:01 +02:00
|
|
|
"roll": "node utils/roll_browser.js",
|
2020-12-12 08:35:25 +01:00
|
|
|
"check-deps": "node utils/check_deps.js",
|
2021-05-13 04:55:49 +02:00
|
|
|
"build-android-driver": "./utils/build_android_driver.sh"
|
2019-11-19 03:18:28 +01:00
|
|
|
},
|
2019-12-05 20:29:16 +01:00
|
|
|
"author": {
|
|
|
|
|
"name": "Microsoft Corporation"
|
|
|
|
|
},
|
2020-01-07 03:22:35 +01:00
|
|
|
"license": "Apache-2.0",
|
2020-12-22 23:54:13 +01:00
|
|
|
"bin": {
|
|
|
|
|
"playwright": "./lib/cli/cli.js"
|
|
|
|
|
},
|
2019-11-19 03:18:28 +01:00
|
|
|
"dependencies": {
|
2020-12-22 23:54:13 +01:00
|
|
|
"commander": "^6.1.0",
|
2020-04-21 05:00:55 +02:00
|
|
|
"debug": "^4.1.1",
|
2020-08-28 22:43:57 +02:00
|
|
|
"extract-zip": "^2.0.1",
|
2020-07-01 02:03:01 +02:00
|
|
|
"https-proxy-agent": "^5.0.0",
|
2020-08-28 22:43:57 +02:00
|
|
|
"jpeg-js": "^0.4.2",
|
|
|
|
|
"mime": "^2.4.6",
|
2020-04-17 17:44:33 +02:00
|
|
|
"pngjs": "^5.0.0",
|
2019-12-14 21:16:28 +01:00
|
|
|
"progress": "^2.0.3",
|
2020-09-22 01:09:11 +02:00
|
|
|
"proper-lockfile": "^4.1.1",
|
2020-03-04 20:02:50 +01:00
|
|
|
"proxy-from-env": "^1.1.0",
|
2020-02-10 20:27:27 +01:00
|
|
|
"rimraf": "^3.0.2",
|
2021-02-11 03:52:28 +01:00
|
|
|
"stack-utils": "^2.0.3",
|
2021-04-25 05:39:48 +02:00
|
|
|
"ws": "^7.3.1",
|
|
|
|
|
"yazl": "^2.5.1"
|
2019-11-19 03:18:28 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-08-28 22:43:57 +02:00
|
|
|
"@types/debug": "^4.1.5",
|
2019-11-19 03:18:28 +01:00
|
|
|
"@types/extract-zip": "^1.6.2",
|
2020-08-28 22:43:57 +02:00
|
|
|
"@types/mime": "^2.0.3",
|
|
|
|
|
"@types/node": "^10.17.28",
|
|
|
|
|
"@types/pngjs": "^3.4.2",
|
2020-04-25 04:14:10 +02:00
|
|
|
"@types/progress": "^2.0.3",
|
2020-09-22 01:09:11 +02:00
|
|
|
"@types/proper-lockfile": "^4.1.1",
|
2020-08-28 22:43:57 +02:00
|
|
|
"@types/proxy-from-env": "^1.0.1",
|
2021-01-08 01:15:34 +01:00
|
|
|
"@types/react": "^17.0.0",
|
|
|
|
|
"@types/react-dom": "^17.0.0",
|
|
|
|
|
"@types/resize-observer-browser": "^0.1.4",
|
2020-08-28 22:43:57 +02:00
|
|
|
"@types/rimraf": "^3.0.0",
|
2021-01-09 01:15:05 +01:00
|
|
|
"@types/webpack": "^4.41.25",
|
2020-08-28 22:43:57 +02:00
|
|
|
"@types/ws": "7.2.6",
|
2021-04-25 05:39:48 +02:00
|
|
|
"@types/yazl": "^2.4.2",
|
2020-08-26 17:57:03 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
|
|
|
|
"@typescript-eslint/parser": "^3.10.1",
|
2021-01-07 22:26:34 +01:00
|
|
|
"chokidar": "^3.5.0",
|
2020-02-21 07:55:39 +01:00
|
|
|
"colors": "^1.4.0",
|
2020-08-28 22:43:57 +02:00
|
|
|
"commonmark": "^0.29.1",
|
|
|
|
|
"cross-env": "^7.0.2",
|
2021-01-14 19:43:05 +01:00
|
|
|
"css-loader": "^4.3.0",
|
|
|
|
|
"electron": "^11.1.1",
|
2020-08-26 17:57:03 +02:00
|
|
|
"eslint": "^7.7.0",
|
2020-07-07 20:12:45 +02:00
|
|
|
"eslint-plugin-notice": "^0.9.10",
|
2021-01-08 01:15:34 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
|
|
|
"file-loader": "^6.1.0",
|
2021-05-24 01:21:18 +02:00
|
|
|
"folio": "=0.4.0-alpha17",
|
2020-08-28 22:43:57 +02:00
|
|
|
"formidable": "^1.2.2",
|
2021-01-08 01:15:34 +01:00
|
|
|
"html-webpack-plugin": "^4.4.1",
|
2019-11-19 03:18:28 +01:00
|
|
|
"ncp": "^2.0.0",
|
2020-08-28 22:43:57 +02:00
|
|
|
"node-stream-zip": "^1.11.3",
|
2021-01-08 01:15:34 +01:00
|
|
|
"react": "^17.0.1",
|
|
|
|
|
"react-dom": "^17.0.1",
|
2020-06-05 22:50:15 +02:00
|
|
|
"socksv5": "0.0.6",
|
2021-01-08 01:15:34 +01:00
|
|
|
"style-loader": "^1.2.1",
|
2020-08-28 22:43:57 +02:00
|
|
|
"ts-loader": "^8.0.3",
|
2020-08-26 17:57:03 +02:00
|
|
|
"typescript": "^4.0.2",
|
2020-09-29 20:51:00 +02:00
|
|
|
"webpack": "^4.44.2",
|
2020-08-28 22:43:57 +02:00
|
|
|
"webpack-cli": "^3.3.12",
|
2020-07-23 04:38:19 +02:00
|
|
|
"yaml": "^1.10.0"
|
2019-11-19 03:18:28 +01:00
|
|
|
}
|
|
|
|
|
}
|