package.json 284 B

123456789101112131415
  1. {
  2. "name": "test",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "dependencies": {
  9. "@playwright/test": "^1.51.1",
  10. "dotenv": "^16.5.0"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "description": ""
  15. }