playwright-js/package.json
2024-09-29 11:24:09 +08:00

15 lines
255 B
JSON

{
"name": "playwright",
"version": "1.0.0",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@playwright/test": "^1.47.2",
"@types/node": "^22.7.4"
}
}