mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-11 01:13:16 +03:00
16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"name": "@pptr/testserver",
|
|
"version": "0.5.0",
|
|
"description": "testing server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/playwright/tree/master/utils/testserver"
|
|
},
|
|
"author": "The Chromium Authors",
|
|
"license": "Apache-2.0"
|
|
}
|