playwright-demo/package.json

21 lines
481 B
JSON
Raw Normal View History

2021-05-27 15:25:25 +08:00
{
"name": "playwright-demo",
"version": "1.0.0",
"description": "",
"main": "demo.js",
"scripts": {
2024-08-02 09:50:12 +08:00
"init": "playwright install",
"codegen": "playwright codegen",
2024-08-02 11:31:51 +08:00
"test": "playwright test"
2021-05-27 15:25:25 +08:00
},
"author": "",
"license": "ISC",
2024-08-02 09:50:12 +08:00
"packageManager": "pnpm@9.1.1+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b",
"dependencies": {
2025-05-08 14:51:31 +08:00
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.16",
"playwright": "^1.52.0",
"typescript": "^5.8.3"
2021-05-27 15:25:25 +08:00
}
}