package.json 257 B

1234567891011121314
  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. },
  11. "author": "",
  12. "license": "ISC",
  13. "description": ""
  14. }