mirror of
https://github.com/sstent/foodplanner.git
synced 2025-12-05 23:51:46 +00:00
19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"name": "food-planner-tests",
|
|
"version": "1.0.0",
|
|
"description": "Playwright tests for Food Planner",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "playwright test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.44.0"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "^1.55.1"
|
|
}
|
|
}
|