| 123456789101112131415 |
- {
- "name": "test",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "dependencies": {
- "@playwright/test": "^1.51.1",
- "dotenv": "^16.5.0"
- },
- "author": "",
- "license": "ISC",
- "description": ""
- }
|