Skip to content

Commit 4f3f626

Browse files
authored
chore: add dummy package.json's for GH dependents analysis (#4666)
Relates #4320 The support suggest something like that. (does not close because we want to verify it works before)
1 parent 8fc49c9 commit 4f3f626

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "playwright-chromium",
3+
"version": "1.0.0",
4+
"description": "A high-level API to automate web browsers",
5+
"repository": "github:Microsoft/playwright",
6+
"license": "Apache-2.0"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "playwright-core",
3+
"version": "1.0.0",
4+
"description": "A high-level API to automate web browsers",
5+
"repository": "github:Microsoft/playwright",
6+
"license": "Apache-2.0"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "playwright-firefox",
3+
"version": "1.0.0",
4+
"description": "A high-level API to automate web browsers",
5+
"repository": "github:Microsoft/playwright",
6+
"license": "Apache-2.0"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "playwright-webkit",
3+
"version": "1.0.0",
4+
"description": "A high-level API to automate web browsers",
5+
"repository": "github:Microsoft/playwright",
6+
"license": "Apache-2.0"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "playwright",
3+
"version": "1.0.0",
4+
"description": "A high-level API to automate web browsers",
5+
"repository": "github:Microsoft/playwright",
6+
"license": "Apache-2.0"
7+
}

0 commit comments

Comments
 (0)