{ "name": "automated-web-testing-with-javascript-and-playwright", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test":"playwright test --headed" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@playwright/test": "^1.37.1" } }