tiny-vue/internals/playwright-config/package.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.29.2"
}
}