mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
20 lines
301 B
JSON
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"
|
|
}
|
|
}
|