13 lines
253 B
JSON
13 lines
253 B
JSON
|
|
{
|
||
|
|
"name": "huike-e2e-moicen",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"test": "playwright test",
|
||
|
|
"install:with-proxy": "bash scripts/install-with-proxy.sh"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@playwright/test": "^1.49.0",
|
||
|
|
"dotenv": "^16.4.5"
|
||
|
|
}
|
||
|
|
}
|