mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"name": "e2e",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.55.1",
|
|
"@types/node": "^22.10.2"
|
|
},
|
|
"scripts": {}
|
|
}
|