{ "name": "@lilith/event-scrapers", "version": "0.1.0", "private": true, "type": "module", "main": "./src/cli.ts", "bin": { "scout": "./src/cli.ts" }, "scripts": { "scout": "bun run src/cli.ts", "typecheck": "tsc --noEmit", "test": "bun test" }, "dependencies": { "playwright": "^1.49.0", "yaml": "^2.6.0" }, "devDependencies": { "@types/bun": "latest" } }