{ "name": "acceptancetest", "private": true, "scripts": { "postinstall": "node postinstall.js", "config": "node config.js", "ui": "npx playwright test tests/DefaultConfig", "headed": "npx playwright test --headed tests/DefaultConfig", "all": "npx playwright test" }, "devDependencies": { "@playwright/test": "^1.19.2", "typescript": "^4.8.3", "tslib": "^2.4.0", "del": "^6.0.0", "ncp": "^2.0.0", "prompt": "^1.2.0" }, "dependencies": { "@umbraco/json-models-builders": "^1.0.0", "@umbraco/playwright-testhelpers": "^1.0.1", "camelize": "^1.0.0", "faker": "^4.1.0", "form-data": "^4.0.0", "node-fetch": "^2.6.7", "xhr2": "^0.2.1", "dotenv": "^16.0.2" } }