oneuptime/Playwright/package.json
2023-04-19 16:28:52 +02:00

20 lines
301 B
JSON

{
"name": "tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.31.2"
},
"dependencies": {
"jest": "^29.5.0"
}
}