| { | |
| "name": "selenium", | |
| "packageManager": "pnpm@9.15.4", | |
| "workspaces": [ | |
| "javascript/grid-ui", | |
| "javascript/selenium-webdriver" | |
| ], | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/SeleniumHQ/selenium.git" | |
| }, | |
| "pnpm": { | |
| "onlyBuiltDependencies": [], | |
| "packageExtensions": { | |
| "google-closure-deps": { | |
| "dependencies": { | |
| "minimatch": "*" | |
| } | |
| }, | |
| "minimatch": { | |
| "dependencies": { | |
| "brace-expansion": "*" | |
| } | |
| }, | |
| "brace-expansion": { | |
| "dependencies": { | |
| "balanced-match": "*" | |
| } | |
| } | |
| } | |
| } | |
| } |