21 lines
479 B
JSON
21 lines
479 B
JSON
{
|
|
"name": "playwright-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "demo.js",
|
|
"scripts": {
|
|
"init": "playwright install",
|
|
"codegen": "playwright codegen",
|
|
"test": "playwright test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@9.1.1+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b",
|
|
"dependencies": {
|
|
"@playwright/test": "^1.45.3",
|
|
"@types/node": "^22.0.2",
|
|
"playwright": "^1.45.3",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|