playwright/package.json

15 lines
257 B
JSON
Raw Normal View History

2019-11-19 03:18:28 +01:00
{
2024-08-02 21:39:54 +02:00
"name": "playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
2019-11-19 03:18:28 +01:00
"devDependencies": {
2024-08-02 21:39:54 +02:00
"@playwright/test": "^1.45.1",
"@types/node": "^20.11.26"
2019-11-19 03:18:28 +01:00
}
2021-10-08 00:49:30 +02:00
}