oneuptime/Playwright/package.json

20 lines
332 B
JSON
Raw Normal View History

2023-03-11 17:04:36 +00:00
{
"name": "tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
2023-03-19 17:44:32 +00:00
"scripts": {
"test": "playwright test"
},
2023-03-11 17:04:36 +00:00
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-04-22 11:54:38 +00:00
"@playwright/test": "^1.31.2",
"@types/node": "^18.15.13"
2023-03-19 10:16:37 +00:00
},
"dependencies": {
"jest": "^29.5.0"
2023-03-11 17:04:36 +00:00
}
}