mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 03:38:03 +08:00
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"name": "e2e",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.25.0",
|
|
"playwright": "1.25.0"
|
|
}
|
|
} |