We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec9c7a commit 3097d8dCopy full SHA for 3097d8d
package.json
@@ -11,11 +11,19 @@
11
"bin": {
12
"browserstack-cypress": "bin/runner.js"
13
},
14
- "devDependencies": {
+ "dependencies": {
15
"archiver": "^3.1.1",
16
"fs-extra": "^8.1.0",
17
"mkdirp": "^1.0.3",
18
"request": "^2.88.0",
19
"yargs": "^14.2.2"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/browserstack/browserstack-cypress-cli.git"
24
25
+ "homepage": "https://github.com/browserstack/browserstack-cypress-cli",
26
+ "bugs": {
27
+ "url": "https://github.com/browserstack/browserstack-cypress-cli/issues"
28
}
29
0 commit comments