{ "name": "@visionl/daemon", "version": "0.1.0", "private": true, "main": "./dist/index.js", "scripts": { "typecheck": "tsc -b", "build": "tsc -b", "start": "node ./dist/index.js" }, "dependencies": { "@visionl/core": "*", "playwright": "^1.52.0", "playwright-extra": "^4.3.0", "puppeteer-extra-plugin-stealth": "^2.11.0", "ws": "^8.21.3" }, "devDependencies": { "@types/ws": "^8.0.0" } }