2019-11-19 03:18:28 +01:00
{
2020-05-21 22:18:15 +02:00
"name" : "playwright-internal" ,
"private" : true ,
2022-03-08 23:01:20 +01:00
"version" : "1.21.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
} ,
2021-10-11 16:52:17 +02:00
"author" : {
"name" : "Microsoft Corporation"
} ,
"license" : "Apache-2.0" ,
2019-11-19 03:18:28 +01:00
"scripts" : {
2022-03-26 07:09:02 +01:00
"ctest" : "playwright test --config=tests/library/playwright.config.ts --project=chromium" ,
"ftest" : "playwright test --config=tests/library/playwright.config.ts --project=firefox" ,
"wtest" : "playwright test --config=tests/library/playwright.config.ts --project=webkit" ,
"atest" : "playwright test --config=tests/android/playwright.config.ts" ,
"etest" : "playwright test --config=tests/electron/playwright.config.ts" ,
2022-03-29 22:27:37 +02:00
"test-html-reporter" : "playwright test --config=packages/html-reporter" ,
"test-web" : "playwright test --config=packages/web" ,
2022-03-26 07:09:02 +01:00
"ttest" : "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright.config.ts" ,
"vtest" : "cross-env PLAYWRIGHT_DOCKER=1 node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright.config.ts" ,
"ct" : "playwright test tests/components/test-all.spec.js --reporter=list" ,
"test" : "playwright test --config=tests/library/playwright.config.ts" ,
2021-11-19 18:48:33 +01:00
"eslint" : "eslint --ext ts,tsx ." ,
2019-11-19 03:18:28 +01:00
"tsc" : "tsc -p ." ,
2021-10-11 16:52:17 +02:00
"build-installer" : "babel -s --extensions \".ts\" --out-dir packages/playwright-core/lib/utils/ packages/playwright-core/src/utils" ,
2020-03-08 02:09:38 +01:00
"doc" : "node utils/doclint/cli.js" ,
2021-11-11 22:27:50 +01: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 lint-tests && npm run test-types && npm run lint-packages" ,
2022-02-08 19:35:00 +01:00
"lint-packages" : "node utils/workspace.js --ensure-consistent" ,
2021-11-11 22:27:50 +01:00
"lint-tests" : "node utils/lint_tests.js" ,
"flint" : "concurrently \"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 lint-tests\" \"npm run test-types\" \"npm run lint-packages\"" ,
2021-10-11 16:52:17 +02:00
"clean" : "rimraf packages/playwright-core/lib && rimraf packages/playwright-test/lib && rimraf packages/playwright-core/src/generated/" ,
2021-01-06 21:41:17 +01:00
"build" : "node utils/build/build.js" ,
2021-06-24 03:01:48 +02:00
"watch" : "node utils/build/build.js --watch --lint" ,
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
} ,
2021-10-11 16:52:17 +02:00
"workspaces" : [
"packages/*"
] ,
2019-11-19 03:18:28 +01:00
"devDependencies" : {
2022-02-01 17:12:11 +01:00
"@babel/cli" : "^7.16.8" ,
"@babel/plugin-transform-typescript" : "^7.16.8" ,
"@babel/preset-react" : "^7.16.7" ,
2021-08-03 18:21:07 +02:00
"@types/babel__code-frame" : "^7.0.3" ,
2022-02-01 17:12:11 +01:00
"@types/babel__core" : "^7.1.18" ,
2022-02-17 00:45:35 +01:00
"@types/babel__helper-plugin-utils" : "^7.10.0" ,
2022-02-01 17:12:11 +01:00
"@types/debug" : "^4.1.7" ,
"@types/formidable" : "^2.0.4" ,
2020-08-28 22:43:57 +02:00
"@types/mime" : "^2.0.3" ,
2022-02-01 17:12:11 +01:00
"@types/minimatch" : "^3.0.5" ,
2021-10-04 10:32:56 +02:00
"@types/ms" : "^0.7.31" ,
2022-02-01 17:12:11 +01:00
"@types/node" : "=14.17.15" ,
"@types/pixelmatch" : "^5.2.4" ,
"@types/pngjs" : "^6.0.1" ,
"@types/progress" : "^2.0.5" ,
"@types/proper-lockfile" : "^4.1.2" ,
2020-08-28 22:43:57 +02:00
"@types/proxy-from-env" : "^1.0.1" ,
2022-02-01 17:12:11 +01:00
"@types/react" : "^17.0.38" ,
"@types/react-dom" : "^17.0.11" ,
"@types/resize-observer-browser" : "^0.1.6" ,
"@types/rimraf" : "^3.0.2" ,
"@types/source-map-support" : "^0.5.4" ,
2022-02-01 21:27:34 +01:00
"@types/ws" : "8.2.2" ,
2022-02-01 17:12:11 +01:00
"@types/xml2js" : "^0.4.9" ,
2021-04-25 05:39:48 +02:00
"@types/yazl" : "^2.4.2" ,
2022-02-01 17:12:11 +01:00
"@typescript-eslint/eslint-plugin" : "^5.10.2" ,
"@typescript-eslint/parser" : "^5.10.2" ,
2022-03-25 22:12:00 +01:00
"@vitejs/plugin-react" : "^1.0.7" ,
2022-02-01 17:12:11 +01:00
"@zip.js/zip.js" : "^2.4.2" ,
"ansi-to-html" : "^0.7.2" ,
"chokidar" : "^3.5.3" ,
"commonmark" : "^0.30.0" ,
2021-09-03 20:30:34 +02:00
"concurrently" : "^6.2.1" ,
2022-02-01 17:12:11 +01:00
"cross-env" : "^7.0.3" ,
2022-03-12 00:12:25 +01:00
"dotenv" : "^16.0.0" ,
2021-10-02 04:40:47 +02:00
"electron" : "^12.2.1" ,
2021-10-22 10:13:05 +02:00
"enquirer" : "^2.3.6" ,
2022-02-01 17:12:11 +01:00
"eslint" : "^8.8.0" ,
2020-07-07 20:12:45 +02:00
"eslint-plugin-notice" : "^0.9.10" ,
2021-11-19 18:48:33 +01:00
"eslint-plugin-react-hooks" : "^4.3.0" ,
2022-02-01 17:12:11 +01:00
"formidable" : "^2.0.1" ,
2022-02-01 21:27:34 +01:00
"mime" : "^3.0.0" ,
2019-11-19 03:18:28 +01:00
"ncp" : "^2.0.0" ,
2022-02-01 17:12:11 +01:00
"node-stream-zip" : "^1.15.0" ,
2021-08-19 16:36:03 +02:00
"proxy" : "^1.0.2" ,
2022-02-01 17:12:11 +01:00
"react" : "^17.0.2" ,
"react-dom" : "^17.0.2" ,
2020-06-05 22:50:15 +02:00
"socksv5" : "0.0.6" ,
2022-02-01 17:12:11 +01:00
"typescript" : "^4.5.5" ,
2022-03-25 22:12:00 +01:00
"vite" : "^2.8.0" ,
2021-06-07 02:09:53 +02:00
"xml2js" : "^0.4.23" ,
2022-02-01 17:12:11 +01:00
"yaml" : "^1.10.2"
2019-11-19 03:18:28 +01:00
}
2021-10-08 00:49:30 +02:00
}