mirror of
https://github.com/BerriAI/litellm.git
synced 2025-12-06 11:33:26 +08:00
18 lines
310 B
JSON
18 lines
310 B
JSON
{
|
|
"name": "proxy_admin_ui_tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.47.2",
|
|
"@types/node": "^22.5.5"
|
|
},
|
|
"overrides": {
|
|
"glob": ">=11.1.0"
|
|
}
|
|
}
|