dwinzo-sdet/package.json

19 lines
305 B
JSON
Raw Permalink Normal View History

2025-03-27 11:21:02 +00:00
{
"name": "screenshot",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@playwright/test": "^1.51.1"
}
}