Files
foodplanner/package.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"
}
}