{ "name": "collaboration-test", "version": "1.0.0", "description": "Collaborative document testing system using Playwright", "main": "src/index.js", "scripts": { "test": "node src/index.js", "install-browsers": "npx playwright install" }, "keywords": ["playwright", "testing", "collaboration", "document"], "author": "", "license": "MIT", "dependencies": { "@playwright/test": "^1.40.0" } }