{ "name": "@automatisch/e2e-tests", "version": "0.9.3", "license": "See LICENSE file", "private": true, "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "scripts": { "start-mock-license-server": "node ./license-server-with-mock.js", "test": "playwright test", "test:fast": "yarn test -j 90% --quiet --reporter null --ignore-snapshots -x" }, "contributors": [ { "name": "automatisch contributors", "url": "https://github.com/automatisch/automatisch/graphs/contributors" } ], "homepage": "https://github.com/automatisch/automatisch#readme", "repository": { "type": "git", "url": "git+https://github.com/automatisch/automatisch.git" }, "bugs": { "url": "https://github.com/automatisch/automatisch/issues" }, "devDependencies": { "@playwright/test": "^1.36.2" }, "dependencies": { "dotenv": "^16.3.1", "micro": "^10.0.1" } }