mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 04:30:17 +03:00
14 lines
215 B
JSON
14 lines
215 B
JSON
|
{
|
||
|
"name": "github-api",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"test": "playwright test"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@playwright/test": "^1.17.1"
|
||
|
}
|
||
|
}
|