mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-11 01:13:16 +03:00
103 lines
4.5 KiB
JSON
103 lines
4.5 KiB
JSON
{
|
|
"name": "playwright-internal",
|
|
"private": true,
|
|
"version": "1.19.0-next",
|
|
"description": "A high-level API to automate web browsers",
|
|
"repository": "github:Microsoft/playwright",
|
|
"homepage": "https://playwright.dev",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"ctest": "playwright test --config=tests/config/default.playwright.config.ts --project=chromium",
|
|
"ftest": "playwright test --config=tests/config/default.playwright.config.ts --project=firefox",
|
|
"wtest": "playwright test --config=tests/config/default.playwright.config.ts --project=webkit",
|
|
"atest": "playwright test --config=tests/config/android.config.ts",
|
|
"etest": "playwright test --config=tests/config/electron.config.ts",
|
|
"htest": "cross-env PW_COMPONENT_TESTING=1 playwright test --config=packages/html-reporter",
|
|
"ttest": "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.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-test.config.ts",
|
|
"test": "playwright test --config=tests/config/default.playwright.config.ts",
|
|
"eslint": "eslint --ext ts,tsx .",
|
|
"tsc": "tsc -p .",
|
|
"build-installer": "babel -s --extensions \".ts\" --out-dir packages/playwright-core/lib/utils/ packages/playwright-core/src/utils",
|
|
"doc": "node utils/doclint/cli.js",
|
|
"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",
|
|
"lint-packages": "node utils/prepare_packages.js --check-clean",
|
|
"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\"",
|
|
"clean": "rimraf packages/playwright-core/lib && rimraf packages/playwright-test/lib && rimraf packages/playwright-core/src/generated/",
|
|
"build": "node utils/build/build.js",
|
|
"watch": "node utils/build/build.js --watch --lint",
|
|
"test-types": "node utils/generate_types/ && npx -p typescript@3.7.5 tsc -p utils/generate_types/test/tsconfig.json && tsc -p ./tests/",
|
|
"roll": "node utils/roll_browser.js",
|
|
"check-deps": "node utils/check_deps.js",
|
|
"build-android-driver": "./utils/build_android_driver.sh"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.14.8",
|
|
"@babel/plugin-transform-typescript": "^7.14.6",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@types/babel__code-frame": "^7.0.3",
|
|
"@types/babel__core": "^7.1.15",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/extract-zip": "^1.6.2",
|
|
"@types/mime": "^2.0.3",
|
|
"@types/minimatch": "^3.0.3",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/node": "^14.17.15",
|
|
"@types/pixelmatch": "^5.2.1",
|
|
"@types/pngjs": "^3.4.2",
|
|
"@types/progress": "^2.0.3",
|
|
"@types/proper-lockfile": "^4.1.1",
|
|
"@types/proxy-from-env": "^1.0.1",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/resize-observer-browser": "^0.1.4",
|
|
"@types/rimraf": "^3.0.0",
|
|
"@types/source-map-support": "^0.4.2",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/ws": "7.2.6",
|
|
"@types/xml2js": "^0.4.5",
|
|
"@types/yazl": "^2.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"@zip.js/zip.js": "^2.3.17",
|
|
"ansi-to-html": "^0.7.1",
|
|
"babel-loader": "^8.2.2",
|
|
"chokidar": "^3.5.0",
|
|
"commonmark": "^0.29.1",
|
|
"concurrently": "^6.2.1",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^6.4.0",
|
|
"electron": "^12.2.1",
|
|
"enquirer": "^2.3.6",
|
|
"eslint": "^8.2.0",
|
|
"eslint-plugin-notice": "^0.9.10",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"file-loader": "^6.2.0",
|
|
"formidable": "^1.2.2",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"ncp": "^2.0.0",
|
|
"node-stream-zip": "^1.11.3",
|
|
"proxy": "^1.0.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"socksv5": "0.0.6",
|
|
"style-loader": "^3.3.0",
|
|
"typescript": "^4.4.3",
|
|
"webpack": "^5.58.2",
|
|
"webpack-cli": "^4.9.0",
|
|
"xml2js": "^0.4.23",
|
|
"yaml": "^1.10.0"
|
|
}
|
|
}
|