mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-10 16:05:24 +02: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.40.1",
|
||
|
"@types/node": "^20.10.4"
|
||
|
},
|
||
|
"scripts": {}
|
||
|
}
|