{ "name": "@agor/e2e-daemon", "version": "1.0.0", "private": true, "type": "module", "bin": { "agor-e2e": "./index.ts" }, "scripts": { "start": "tsx index.ts", "start:full": "tsx index.ts --full", "start:watch": "tsx index.ts --watch", "start:agent": "tsx index.ts --agent" }, "dependencies": { "@wdio/cli": "^9.24.0", "@wdio/local-runner": "^9.24.0" }, "devDependencies": { "tsx": "^4.19.0" } }