playwright-ts/package.json
2024-10-20 20:29:07 +08:00

15 lines
258 B
JSON

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