forked from opentiny/tiny-vue
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"name": "@opentiny-internal/playwright-config",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "1.0.1-beta.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"module": "src/index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@playwright/test": "^1.40.1"
|
|
}
|
|
}
|