mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 16:53:55 +08:00
17 lines
419 B
JSON
17 lines
419 B
JSON
{
|
|
"name": "playwright-test-environment",
|
|
"version": "1.0.0",
|
|
"description": "Playwright test environment for 1Panel",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "^1.55.0",
|
|
"express": "^4.18.2"
|
|
},
|
|
"keywords": ["playwright", "testing", "automation"],
|
|
"author": "1Panel-Appstore",
|
|
"license": "MIT"
|
|
} |