package.json 425 B

12345678910111213141516
  1. {
  2. "name": "collaboration-test",
  3. "version": "1.0.0",
  4. "description": "Collaborative document testing system using Playwright",
  5. "main": "src/index.js",
  6. "scripts": {
  7. "test": "node src/index.js",
  8. "install-browsers": "npx playwright install"
  9. },
  10. "keywords": ["playwright", "testing", "collaboration", "document"],
  11. "author": "",
  12. "license": "MIT",
  13. "dependencies": {
  14. "@playwright/test": "^1.40.0"
  15. }
  16. }