Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/javascript/private/package.json
4000 views
1
{
2
"name": "selenium-private-build-tools",
3
"version": "1.0.0",
4
"private": true,
5
"description": "Private build tools for Selenium",
6
"license": "Apache-2.0",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/SeleniumHQ/selenium.git"
10
},
11
"dependencies": {
12
"google-closure-deps": "^20230802.0.0"
13
}
14
}
15
16